Class AudioMetadata
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Metadata.dll
Represents the audio metadata information.
C#Copypublic class AudioMetadata
- Inheritance
-
objectAudioMetadata
Properties
Declaration
C#Copypublic int? BitPerSample { get; }
Property Value
| Type | Description |
|---|---|
| int? | The bit per sample, or null if the information does not exist. |
Declaration
C#Copypublic int? BitRate { get; }
Property Value
| Type | Description |
|---|---|
| int? | The bit rate value, or null if the information does not exist. |
Declaration
C#Copypublic int? Channels { get; }
Property Value
| Type | Description |
|---|---|
| int? | The number of the audio channels, or null if the information does not exist. |
Declaration
C#Copypublic string Codec { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic int? SampleRate { get; }
Property Value
| Type | Description |
|---|---|
| int? | The sample rate, or null if the information does not exist. |
Declaration
C#Copypublic int StreamCount { get; }
Property Value
| Type | Description |
|---|---|
| int | The number of audio streams. |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()