Member Name | Description |
---|---|
OutputBuffersChanged | The output buffers have changed, the client must refer to the new set of output buffers returned by MediaCodec.GetOutputBuffers from this point on. |
OutputFormatChanged | The output format has changed, subsequent data will follow the new format. MediaCodec.OutputFormat returns the new format. |
TryAgainLater | If a non-negative timeout had been specified in the call to MediaCodec.DequeueOutputBuffer(Android.Media.MediaCodec.BufferInfo, System.Int64), indicates that the call timed out. |