Class ScreenMirroringAudioInfo
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to retrieve the audio information which is negotiated with the source device.
public class ScreenMirroringAudioInfo
- Inheritance
-
objectScreenMirroringAudioInfo
Properties
View SourceBitWidth
Gets the negotiated audio bit width.
Declaration
public int BitWidth { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
System.ObjectDisposedException | The ScreenMirroring has already been disposed. |
See Also
View SourceChannels
Gets the negotiated audio channels.
Declaration
public int Channels { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
System.ObjectDisposedException | The ScreenMirroring has already been disposed. |
See Also
View SourceCodec
Gets the negotiated audio codec.
Declaration
public ScreenMirroringAudioCodec Codec { get; }
Property Value
Type | Description |
---|---|
ScreenMirroringAudioCodec |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
System.ObjectDisposedException | The ScreenMirroring has already been disposed. |
See Also
View SourceSampleRate
Gets the negotiated audio sample rate.
Declaration
public int SampleRate { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
System.ObjectDisposedException | The ScreenMirroring has already been disposed. |