Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.sampleentries.codec.AC3SpecificBox
Extends/Implements : un.storage.media.mp4.boxes.impl.sampleentries.codec.CodecSpecificBox
Subclasses : -

This box contains parameters for AC-3 decoders. For more information see the
AC-3 specification "ETSI TS 102 366 V1.2.1 (2008-08)" at
Variables : -
Functions :
AC3SpecificBox, decode, getFscod, getBsid, getBsmod, getAcmod, isLfeon, getBitRateCode



public void AC3SpecificBox ()

public void decode (MP4InputStream in)


This field has the same meaning and is set to the same value as the fscod
field in the AC-3 bitstream.

@return the value of the 'fscod' field
public int getFscod ()


This field has the same meaning and is set to the same value as the bsid
field in the AC-3 bitstream.

@return the value of the 'bsid' field
public int getBsid ()


This field has the same meaning and is set to the same value as the bsmod
field in the AC-3 bitstream.

@return the value of the 'acmod' field
public int getBsmod ()


This field has the same meaning and is set to the same value as the acmod
field in the AC-3 bitstream.

@return the value of the 'acmod' field
public int getAcmod ()


This field has the same meaning and is set to the same value as the lfeon
field in the AC-3 bitstream.

@return the value of the 'lfeon' field
public boolean isLfeon ()


This field indicates the data rate of the AC-3 bitstream in kbit/s, as
shown in the following table:





















bit rate codebit rate (kbit/s)
032
140
248
356
464
580
696
7112
8128
9160
10192
11224
12256
13320
14384
15448
16512
17576
18640


@return the bit rate code
public int getBitRateCode ()