Android.Media.JetPlayer Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
MaxTracksint. Returns the maximum number of simultaneous MIDI tracks supported by JetPlayer

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

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.

Public Events

JetEventDocumentation for this section has not yet been entered.
JetNumQueuedSegmentUpdateDocumentation for this section has not yet been entered.
JetPauseUpdateDocumentation for this section has not yet been entered.
JetUserIdUpdateDocumentation for this section has not yet been entered.