MatroskaAudioTrack
Leave feedback
On this page
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
| 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. |
public final double getSamplingFrequency()
Gets the sampling frequency in Hz.
Returns: double - The sampling frequency in Hz.
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).
public final long getChannels()
Gets the numbers of channels in the track.
Returns: long - The numbers of channels in the track.
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.
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.