Members
Methods
parseFrame(datanon-null, offsetnon-null, framenon-null) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Uint8Array | |
offset |
number | |
frame |
shaka.transmuxer.Ec3.Ec3Frame |
- Source:
Returns:
- Type
- boolean
probe(datanon-null, offsetnon-null) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Uint8Array | |
offset |
number |
- Source:
Returns:
- Type
- boolean
Type Definitions
Ec3Frame
Type:
- {sampleRate: number, channelCount: number, audioConfig: !Uint8Array, frameLength: number}
Properties:
| Name | Type | Description |
|---|---|---|
sampleRate |
number | |
channelCount |
number | |
audioConfig |
Uint8Array | |
frameLength |
number |
- Source: