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
-
objectScreen
Mirroring Audio Info
Properties
View SourceBitWidth
Gets the negotiated audio bit width.
Declaration
public int BitWidth { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
Not connected to a source. |
System. |
The Screen |
See Also
View SourceChannels
Gets the negotiated audio channels.
Declaration
public int Channels { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
Not connected to a source. |
System. |
The Screen |
See Also
View SourceCodec
Gets the negotiated audio codec.
Declaration
public ScreenMirroringAudioCodec Codec { get; }
Property Value
Type | Description |
---|---|
Screen |
Exceptions
Type | Condition |
---|---|
System. |
Not connected to a source. |
System. |
The Screen |
See Also
View SourceSampleRate
Gets the negotiated audio sample rate.
Declaration
public int SampleRate { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
Not connected to a source. |
System. |
The Screen |