public class AsfAudioStreamProperty extends AsfBaseStreamProperty
Represents Audio stream property metadata in the ASF media container.
Learn more
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerSample()
Gets the number of bits per sample of monaural data.
|
int |
getChannels()
Gets the number of audio channels.
|
int |
getFormatTag()
Gets the unique ID of the codec used to encode the audio data.
|
long |
getSamplesPerSecond()
Gets a value in Hertz (cycles per second) that represents the sampling rate of the audio stream.
|
getAlternateBitrate, getAverageBitrate, getAverageTimePerFrame, getBitrate, getEndTime, getFlags, getLanguage, getStartTime, getStreamNumber, getStreamTypeaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final int getBitsPerSample()
Gets the number of bits per sample of monaural data.
public final int getChannels()
Gets the number of audio channels.
public final int getFormatTag()
Gets the unique ID of the codec used to encode the audio data.
public final long getSamplesPerSecond()
Gets a value in Hertz (cycles per second) that represents the sampling rate of the audio stream.
Copyright © 2025. All rights reserved.