The fields of Android.Media.MediaCodec are listed below. For a list of all members, see the MediaCodec Members list.
See Also: Inherited members from Java.Lang.Object
const | BufferFlagCodecConfig | MediaCodecBufferFlags (2). This indicated that the buffer marked as such contains codec initialization / codec specific data instead of media data. |
const | BufferFlagEndOfStream | MediaCodecBufferFlags (4). This signals the end of stream, i.e. no buffers will be available after this, unless of course, MediaCodec.Flush follows. |
const | BufferFlagKeyFrame | MediaCodecBufferFlags (1). This indicates that the (encoded) buffer marked as such contains the data for a key frame. |
const | BufferFlagSyncFrame | MediaCodecBufferFlags (1). This indicates that the (encoded) buffer marked as such contains the data for a key frame. |
const | ConfigureFlagEncode | MediaCodecConfigFlags (1). If this codec is to be used as an encoder, pass this flag. |
const | CryptoModeAesCtr | MediaCodecCryptoMode (1). |
const | CryptoModeUnencrypted | MediaCodecCryptoMode (0). |
const | InfoOutputBuffersChanged | MediaCodecInfoState (-3). The output buffers have changed, the client must refer to the new set of output buffers returned by MediaCodec.GetOutputBuffers from this point on. |
const | InfoOutputFormatChanged | MediaCodecInfoState (-2). The output format has changed, subsequent data will follow the new format. |
const | InfoTryAgainLater | MediaCodecInfoState (-1). If a non-negative timeout had been specified in the call to MediaCodec.DequeueOutputBuffer(.BufferInfo, System.Int64), indicates that the call timed out. |
const | ParameterKeyRequestSyncFrame | string. Request that the encoder produce a sync frame "soon". |
const | ParameterKeySuspend | string. Temporarily suspend/resume encoding of input data. |
const | ParameterKeyVideoBitrate | string. Change a video encoder's target bitrate on the fly. |
const | VideoScalingModeScaleToFit | VideoScalingMode (1). The content is scaled to the surface dimensions |
const | VideoScalingModeScaleToFitWithCropping | VideoScalingMode (2). The content is scaled, maintaining its aspect ratio, the whole surface area is used, content may be cropped |