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.
C#Copypublic class ScreenMirroringAudioInfo
- Inheritance
-
objectScreenMirroringAudioInfo
Properties
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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. |