MediaMuxer.Start Method

Definition

Starts the muxer.

[Android.Runtime.Register("start", "()V", "")]
public void Start ();
[<Android.Runtime.Register("start", "()V", "")>]
member this.Start : unit -> unit
Attributes

Remarks

Starts the muxer.

Make sure this is called after #addTrack and before #writeSampleData.

Java documentation for android.media.MediaMuxer.start().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to