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
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. |