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.
C#Copypublic class ScreenMirroringAudioInfo
- Inheritance
-
System.ObjectScreenMirroringAudioInfo
Properties
Declaration
C#Copypublic int BitWidth { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
ObjectDisposedException | The ScreenMirroring has already been disposed. |
API Level: 4
Declaration
C#Copypublic int Channels { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
ObjectDisposedException | The ScreenMirroring has already been disposed. |
API Level: 4
Declaration
C#Copypublic ScreenMirroringAudioCodec Codec { get; }
Property Value
Type | Description |
---|---|
ScreenMirroringAudioCodec |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
ObjectDisposedException | The ScreenMirroring has already been disposed. |
API Level: 4
Declaration
C#Copypublic int SampleRate { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
ObjectDisposedException | The ScreenMirroring has already been disposed. |