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
ClearQueue()Empties the segment queue, and clears all clips that are scheduled for playback. | ||
Clone()Cloning a JetPlayer instance is not supported. | ||
CloseJetFile()Closes the resource containing the JET content. | ||
static | GetJetPlayer()Factory method for the JetPlayer class. | |
LoadJetFile(Android.Content.Res.AssetFileDescriptor)Loads a .jet file from an asset file descriptor. | ||
LoadJetFile(string)Loads a .jet file from a given path. | ||
LoadJetFileAsync(Android.Content.Res.AssetFileDescriptor)Documentation for this section has not yet been entered. | ||
LoadJetFileAsync(string)Documentation for this section has not yet been entered. | ||
Pause()Pauses the playback of the JET segment queue. | ||
Play()Starts playing the JET segment queue. | ||
QueueJetSegment(int, int, int, int, int, sbyte)Queues the specified segment in the JET queue. | ||
QueueJetSegmentMuteArray(int, int, int, int, bool[], sbyte)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)Modifies the mute flags for the current active segment. | ||
SetMuteFlag(int, bool, bool)Mutes or unmutes a single track. | ||
SetMuteFlags(int, bool)Modifies the mute flags. | ||
TriggerClip(int)Schedules the playback of a clip. | ||