public static interface ChunkExtractorWrapper.TrackOutputProvider
TrackOutput instances to be written to by the wrapper.| Modifier and Type | Method and Description |
|---|---|
TrackOutput |
track(int id,
int type)
Called to get the
TrackOutput for a specific track. |
TrackOutput track(int id, int type)
TrackOutput for a specific track.
The same TrackOutput is returned if multiple calls are made with the same id.
id - A track identifier.type - The type of the track. Typically one of the
C TRACK_TYPE_* constants.TrackOutput for the given track identifier.