Maven module :un.storage : media-mkv :
Class : un.storage.media.mkv.model.Audio
Extends/Implements : un.storage.binding.ebml.EBMLChunk
Subclasses : -

Audio := e1 container {
SamplingFrequency := b5 float [ range:>0.0; def:8000.0; ]
OutputSamplingFrequency := 78b5 float [ range:>0.0; def:8000.0; ]
Channels := 94 uint [ range:1..; def:1; ]
ChannelPositions := 7d7b binary;
BitDepth := 6264 uint [ range:1..; ]
}

@author Johann Sorel


Variables : -
Functions : getStructure, getSamplingFrequency, getOutputSamplingFrequency, getChannels, getChannelPositions, getBitDepth



protected PropertyType[] getStructure ()

public Float getSamplingFrequency ()

public Float getOutputSamplingFrequency ()

public Integer getChannels ()

public byte[] getChannelPositions ()

public Integer getBitDepth ()