Android.Graphics.Movie: Method Members

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

See Also: Inherited members from Java.Lang.Object

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