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