public interface TrackTranscoder
| Modifier and Type | Method and Description |
|---|---|
android.media.MediaFormat |
getDeterminedFormat()
Get actual MediaFormat which is used to write to muxer.
|
long |
getWrittenPresentationTimeUs()
Get presentation time of last sample written to muxer.
|
boolean |
isFinished() |
void |
release() |
void |
setup() |
boolean |
stepPipeline()
Step pipeline if output is available in any step of it.
|
void setup()
android.media.MediaFormat getDeterminedFormat()
stepPipeline() several times.null if not yet determined.boolean stepPipeline()
long getWrittenPresentationTimeUs()
boolean isFinished()
void release()