MatroskaAudioTrack

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.MatroskaBasePackage, com.groupdocs.metadata.core.MatroskaTrack

public class MatroskaAudioTrack extends MatroskaTrack

Represents audio metadata in a Matroska video.

Learn more

Methods

Method Description
getSamplingFrequency() Gets the sampling frequency in Hz.
getOutputSamplingFrequency() Gets the real output sampling frequency in Hz (used for SBR techniques).
getChannels() Gets the numbers of channels in the track.
getBitDepth() Gets the bits per sample, mostly used for PCM.

getSamplingFrequency()

public final double getSamplingFrequency()

Gets the sampling frequency in Hz.

Returns: double - The sampling frequency in Hz.

getOutputSamplingFrequency()

public final double getOutputSamplingFrequency()

Gets the real output sampling frequency in Hz (used for SBR techniques).

Returns: double - The real output sampling frequency in Hz (used for SBR techniques).

getChannels()

public final long getChannels()

Gets the numbers of channels in the track.

Returns: long - The numbers of channels in the track.

getBitDepth()

public final Long getBitDepth()

Gets the bits per sample, mostly used for PCM.

Returns: java.lang.Long - The bits per sample, mostly used for PCM.