Class MediaCameraSource
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents a media source that makes video data using camera device internally.
public sealed class MediaCameraSource : MediaSource
- Inheritance
Remarks
The camera privilege(http://tizen.org/privilege/camera) is required.
Constructors
View SourceMediaCameraSource()
Initializes a new instance of the MediaCameraSource class.
Declaration
public MediaCameraSource()
Properties
View SourceCameraDeviceId
Gets or sets the camera device id that identifies each camera device.
Declaration
public uint CameraDeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| uint | A value that specifies the camera device id. |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | MediaSource is not attached yet. |
| ObjectDisposedException | The WebRTC has already been disposed. |
See Also
AddSources(params MediaSource[])