Android.Media.MediaMuxer Members

The members of Android.Media.MediaMuxer are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

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

AddTrack(MediaFormat) : int
Adds a track with the specified format.
Release()
Make sure you call this when you're done to free up any resources instead of relying on the garbage collector to do this for you at some point in the future.
SetLocation(float, float)
Set and store the geodata (latitude and longitude) in the output file.
SetOrientationHint(int)
Sets the orientation hint for output video playback.
Start()
Starts the muxer.
Stop()
Stops the muxer.
WriteSampleData(int, Java.Nio.ByteBuffer, MediaCodec.BufferInfo)
Writes an encoded sample into the muxer.