Android.Media.JetPlayer: Method Members

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

See Also: Inherited members from Java.Lang.Object

Public Methods

ClearQueue() : bool
Empties the segment queue, and clears all clips that are scheduled for playback.
Clone() : Java.Lang.Object
Cloning a JetPlayer instance is not supported.
CloseJetFile() : bool
Closes the resource containing the JET content.
static
GetJetPlayer() : JetPlayer
Factory method for the JetPlayer class.
LoadJetFile(Android.Content.Res.AssetFileDescriptor) : bool
Loads a .jet file from an asset file descriptor.
LoadJetFile(string) : bool
Loads a .jet file from a given path.
LoadJetFileAsync(Android.Content.Res.AssetFileDescriptor) : System.Threading.Tasks.Task<bool>
Documentation for this section has not yet been entered.
LoadJetFileAsync(string) : System.Threading.Tasks.Task<bool>
Documentation for this section has not yet been entered.
Pause() : bool
Pauses the playback of the JET segment queue.
Play() : bool
Starts playing the JET segment queue.
QueueJetSegment(int, int, int, int, int, sbyte) : bool
Queues the specified segment in the JET queue.
QueueJetSegmentMuteArray(int, int, int, int, bool[], sbyte) : bool
Queues the specified segment in the JET queue.
Release()
Stops the current JET playback, and releases all associated native resources.
SetEventListener(JetPlayer.IOnJetEventListener)
Sets the listener JetPlayer notifies when a JET event is generated by the rendering and playback engine.
SetEventListener(JetPlayer.IOnJetEventListener, Android.OS.Handler)
Sets the listener JetPlayer notifies when a JET event is generated by the rendering and playback engine.
SetMuteArray(bool[], bool) : bool
Modifies the mute flags for the current active segment.
SetMuteFlag(int, bool, bool) : bool
Mutes or unmutes a single track.
SetMuteFlags(int, bool) : bool
Modifies the mute flags.
TriggerClip(int) : bool
Schedules the playback of a clip.