Class MediaMicrophoneSource
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents a microphone source.
public sealed class MediaMicrophoneSource : MediaSource
- Inheritance
Remarks
The recorder privilege(http://tizen.org/privilege/recorder) is required.
Constructors
View SourceMediaMicrophoneSource()
Initializes a new instance of the Media
Declaration
public MediaMicrophoneSource()
Remarks
The recorder privilege(http://tizen.org/privilege/recorder) is required.
See Also
Methods
View SourceApplyAudioStreamPolicy(AudioStreamPolicy)
Applies the audio stream policy to Media
Declaration
public void ApplyAudioStreamPolicy(AudioStreamPolicy policy)
Parameters
Type | Name | Description |
---|---|---|
Audio |
policy | The Audio |
Remarks
The WebRTC must be in the Idle state.
Web
Supported types are Media, Voice
Exceptions
Type | Condition |
---|---|
System. |
The WebRTC has already been disposed. |
System. |
The WebRTC is not in the valid state. |
System. |
|
System. |
Audio |