Class: shaka.transmuxer.Ac3
Constructor
new Ac3()
- Source:
Members
AC3_SAMPLES_PER_FRAME :number
Type:
- Source:
Methods
parseFrame(datanon-null, offsetnon-null) → {?{sampleRate: number, channelCount: number, audioConfig: !Uint8Array, frameLength: number}}
Parameters:
Name |
Type |
Description |
data |
Uint8Array
|
|
offset |
number
|
|
- Source:
Returns:
-
Type
-
?{sampleRate: number, channelCount: number, audioConfig: !Uint8Array, frameLength: number}
probe(datanon-null, offsetnon-null) → {boolean}
Parameters:
Name |
Type |
Description |
data |
Uint8Array
|
|
offset |
number
|
|
- Source:
Returns:
-
Type
-
boolean