AsfAudioStreamProperty
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.AsfBaseStreamProperty
public class AsfAudioStreamProperty extends AsfBaseStreamProperty
Represents Audio stream property metadata in the ASF media container.
Learn more
| Method | Description |
|---|---|
| getFormatTag() | Gets the unique ID of the codec used to encode the audio data. |
| getChannels() | Gets the number of audio channels. |
| getSamplesPerSecond() | Gets a value in Hertz (cycles per second) that represents the sampling rate of the audio stream. |
| getBitsPerSample() | Gets the number of bits per sample of monaural data. |
public final int getFormatTag()
Gets the unique ID of the codec used to encode the audio data.
Returns: int - The unique ID of the codec used to encode the audio data.
public final int getChannels()
Gets the number of audio channels.
Returns: int - The number of audio channels.
public final long getSamplesPerSecond()
Gets a value in Hertz (cycles per second) that represents the sampling rate of the audio stream.
Returns: long - The a value in Hertz (cycles per second) that represents the sampling rate of the audio stream.
public final int getBitsPerSample()
Gets the number of bits per sample of monaural data.
Returns: int - The number of bits per sample of monaural data.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.