Android.Media.MediaFormat: Method Members

The methods of Android.Media.MediaFormat are listed below. For a list of all members, see the MediaFormat Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

ContainsKey(string) : bool
Returns true iff a key of the given name exists in the format.
static
CreateAudioFormat(string, int, int) : MediaFormat
Creates a minimal audio format.
static
CreateSubtitleFormat(string, string) : MediaFormat
Creates a minimal subtitle format.
static
CreateVideoFormat(string, int, int) : MediaFormat
Creates a minimal video format.
GetByteBuffer(string) : Java.Nio.ByteBuffer
Returns the value of a ByteBuffer key.
GetFeatureEnabled(string) : bool
Returns whether a feature is to be enabled (true) or disabled (false).
GetFloat(string) : float
Returns the value of a float key.
GetInteger(string) : int
Returns the value of an integer key.
GetLong(string) : long
Returns the value of a long key.
GetString(string) : 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.