Creates a minimal video format.
Syntax
[Android.Runtime.Register("createVideoFormat", "(Ljava/lang/String;II)Landroid/media/MediaFormat;", "")]
public static
MediaFormat CreateVideoFormat (
string mime,
int width,
int height)
Parameters
- mime
- The mime type of the content.
- width
- The width of the content (in pixels)
- height
- The height of the content (in pixels)
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16