HowTo: Playback a Video.

From $1
    Table of contents

    A complete sample is available from SVN in the MediaPlayer sample, the short version is:

    using MonoTouch.MediaPlayer;
    
    var moviePlayer = new MPMoviePlayerController (new NSUrl ("file.m4v"));
    moviePlayer.Play ();
    Tag page
    • No tags

    Files (0)

     
    Page last modified 00:58, 22 Sep 2009 by Miguel