MediaCodecInfoState Enum

Definition

Enumerates values returned by several types.

public enum MediaCodecInfoState
type MediaCodecInfoState = 
Inheritance
MediaCodecInfoState

Fields

OutputBuffersChanged -3

The output buffers have changed, the client must refer to the new set of output buffers returned by GetOutputBuffers()from this point on.

OutputFormatChanged -2

The output format has changed, subsequent data will follow the new format.

TryAgainLater -1

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to