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 code
bit rate (kbit/s)
0
32
1
40
2
48
3
56
4
64
5
80
6
96
7
112
8
128
9
160
10
192
11
224
12
256
13
320
14
384
15
448
16
512
17
576
18
640
@return the bit rate code
public int
getBitRateCode
()
AC-3 specification "
ETSI TS 102 366 V1.2.1 (2008-08)" atVariables : -
Functions : AC3SpecificBox, decode, getFscod, getBsid, getBsmod, getAcmod, isLfeon, getBitRateCode
public void AC3SpecificBox ()
public void decode (MP4InputStream in)
field in the AC-3 bitstream.
@return the value of the 'fscod' field
field in the AC-3 bitstream.
@return the value of the 'bsid' field
field in the AC-3 bitstream.
@return the value of the 'acmod' field
field in the AC-3 bitstream.
@return the value of the 'acmod' field
field in the AC-3 bitstream.
@return the value of the 'lfeon' field
shown in the following table:
@return the bit rate code