The members of Android.Media.MediaFormat are listed below.
See Also: Inherited members from Java.Lang.Object
Creates an empty MediaFormat |
const | KeyAacDrcAttenuationFactor | string. A key describing the attenuation factor allowing to adapt the dynamics of the output to the actual listening requirements. |
const | KeyAacDrcBoostFactor | string. A key describing the boost factor allowing to adapt the dynamics of the output to the actual listening requirements. |
const | KeyAacDrcHeavyCompression | string. A key describing the selection of the heavy compression profile for DRC. |
const | KeyAacDrcTargetReferenceLevel | string. A key describing a gain to be applied so that the output loudness matches the Target Reference Level. |
const | KeyAacEncodedTargetLevel | string. A key describing the target reference level that was assumed at the encoder for calculation of attenuation gains for clipping prevention. |
const | KeyAacMaxOutputChannelCount | string. A key describing the maximum number of channels that can be output by the AAC decoder. |
const | KeyAacProfile | string. A key describing the AAC profile to be used (AAC audio formats only). |
const | KeyAacSbrMode | string. A key describing the AAC SBR mode to be used (AAC audio formats only). |
const | KeyAudioSessionId | string. A key describing the audio session ID of the AudioTrack associated to a tunneled video codec. |
const | KeyBitRate | string. A key describing the bitrate in bits/sec. |
const | KeyBitrateMode | string. A key describing the desired bitrate mode to be used by an encoder. |
const | KeyCaptureRate | string. A key describing the capture rate of a video format in frames/sec. |
const | KeyChannelCount | string. A key describing the number of channels in an audio format. |
const | KeyChannelMask | string. A key describing the channel composition of audio content. |
const | KeyColorFormat | string. A key describing the color format of the content in a video format. |
const | KeyComplexity | string. A key describing the encoding complexity. |
const | KeyDuration | string. A key describing the duration (in microseconds) of the content. |
const | KeyFlacCompressionLevel | string. A key describing the FLAC compression level to be used (FLAC audio format only). |
const | KeyFrameRate | string. A key describing the frame rate of a video format in frames/sec. |
const | KeyHeight | string. A key describing the height of the content in a video format. |
const | KeyIFrameInterval | string. A key describing the frequency of I frames expressed in secs between I frames. |
const | KeyIsAdts | string. A key mapping to a value of 1 if the content is AAC audio and audio frames are prefixed with an ADTS header. |
const | KeyIsAutoselect | string. A key for boolean AUTOSELECT behavior for the track. |
const | KeyIsDefault | string. A key for boolean DEFAULT behavior for the track. |
const | KeyIsForcedSubtitle | string. A key for the FORCED field for subtitle tracks. |
const | KeyLanguage | string. A key describing the language of the content, using either ISO 639-1 or 639-2/T codes. |
const | KeyMaxHeight | string. A key describing the maximum expected height of the content in a video decoder format, in case there are resolution changes in the video content. |
const | KeyMaxInputSize | string. A key describing the maximum size in bytes of a buffer of data described by this MediaFormat. |
const | KeyMaxWidth | string. A key describing the maximum expected width of the content in a video decoder format, in case there are resolution changes in the video content. |
const | KeyMime | string. A key describing the mime type of the MediaFormat. |
const | KeyProfile | string. A key describing the desired profile to be used by an encoder. |
const | KeyPushBlankBuffersOnStop | string. If specified when configuring a video decoder rendering to a surface, causes the decoder to output "blank", i.e. black frames to the surface when stopped to clear out any previously displayed contents. |
const | KeyRepeatPreviousFrameAfter | string. Applies only when configuring a video encoder in "surface-input" mode. |
const | KeySampleRate | string. A key describing the sample rate of an audio format. |
const | KeyTemporalLayering | string. A key describing the temporal layering schema. |
const | KeyWidth | string. A key describing the width of the content in a video format. |
const | MimetypeAudioAac | string. |
const | MimetypeAudioAc3 | string. |
const | MimetypeAudioAmrNb | string. |
const | MimetypeAudioAmrWb | string. |
const | MimetypeAudioFlac | string. |
const | MimetypeAudioG711Alaw | string. |
const | MimetypeAudioG711Mlaw | string. |
const | MimetypeAudioMpeg | string. |
const | MimetypeAudioMsgsm | string. |
const | MimetypeAudioOpus | string. |
const | MimetypeAudioQcelp | string. |
const | MimetypeAudioRaw | string. |
const | MimetypeAudioVorbis | string. |
const | MimetypeTextCea608 | string. MIME type for CEA-608 closed caption data. |
const | MimetypeTextVtt | string. MIME type for WebVTT subtitle data. |
const | MimetypeVideoAvc | string. |
const | MimetypeVideoH263 | string. |
const | MimetypeVideoHevc | string. |
const | MimetypeVideoMpeg2 | string. |
const | MimetypeVideoMpeg4 | string. |
const | MimetypeVideoRaw | string. |
const | MimetypeVideoVp8 | string. |
const | MimetypeVideoVp9 | string. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ContainsKey(string)Returns true iff a key of the given name exists in the format. | ||
static | CreateAudioFormat(string, int, int)Creates a minimal audio format. | |
static | CreateSubtitleFormat(string, string)Creates a minimal subtitle format. | |
static | CreateVideoFormat(string, int, int)Creates a minimal video format. | |
GetByteBuffer(string)Returns the value of a ByteBuffer key. | ||
GetFeatureEnabled(string)Returns whether a feature is to be enabled (true) or disabled (false). | ||
GetFloat(string)Returns the value of a float key. | ||
GetInteger(string)Returns the value of an integer key. | ||
GetLong(string)Returns the value of a long key. | ||
GetString(string)Returns the value of a string key. | ||
SetByteBuffer(string, Java.Nio.ByteBuffer)Sets the value of a ByteBuffer key. | ||
SetFeatureEnabled(string, bool)Sets whether a feature is to be enabled (true) or disabled (false). | ||
SetFloat(string, float)Sets the value of a float key. | ||
SetInteger(string, int)Sets the value of an integer key. | ||
SetLong(string, long)Sets the value of a long key. | ||
SetString(string, string)Sets the value of a string key. |