Android.Graphics.Movie Members

The members of Android.Graphics.Movie are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsOpaquebool.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
DecodeByteArray(byte[], int, int) : Movie
static
DecodeByteArrayAsync(byte[], int, int) : System.Threading.Tasks.Task<Movie>
Documentation for this section has not yet been entered.
static
DecodeFile(string) : Movie
static
DecodeFileAsync(string) : System.Threading.Tasks.Task<Movie>
Documentation for this section has not yet been entered.
static
DecodeStream(System.IO.Stream) : Movie
static
DecodeStreamAsync(System.IO.Stream) : System.Threading.Tasks.Task<Movie>
Documentation for this section has not yet been entered.
Draw(Canvas, float, float)
Draw(Canvas, float, float, Paint)
Duration() : int
Height() : int
SetTime(int) : bool
Width() : int