CueDecoder
Artifact: androidx.media3:media3-extractor
@UnstableApi
public final class CueDecoder
Decodes data encoded by CueEncoder.
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
CuesWithTiming |
decode(long startTimeUs, byte[] bytes, int offset, int length)Decodes a byte array into a |
Public constructors
Public methods
decode
public CuesWithTiming decode(long startTimeUs, byte[] bytes, int offset, int length)
Decodes a byte array into a CuesWithTiming instance.
| Parameters | |
|---|---|
long startTimeUs |
The value for |
byte[] bytes |
Byte array containing data produced by |
int offset |
The start index of cue data in |
int length |
The length of cue data in |
| Returns | |
|---|---|
CuesWithTiming |
Decoded |