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, getStreamType
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final int getFormatTag()
Gets the unique ID of the codec used to encode the audio data.
public final int getChannels()
Gets 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.
public final int getBitsPerSample()
Gets the number of bits per sample of monaural data.