Click or drag to resize
PlayerEx Methods

The PlayerEx type exposes the following members.

Methods
  NameDescription
Public methodAddData
Adds the audio data for playing.
Public methodCode exampleAddMixData
Adds and mixes the audio data for playing.
Public methodClosePlayer
Closes the player.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetMixerNo
Returns mixer number
Public methodStatic memberCode exampleGetPlayerName
Returns player name by index.
Public methodGetPosition
Gets the current sound position.
Public methodGetQueueLength
Gets audio data queue length
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVolume
Gets the volume.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodOpenPlayer
Opens the player.
Public methodPausePlay
Pauses the play.
Public methodQueueClear
Clears audio data queue
Public methodResumePlay
Resumes the play.
Public methodSetVolume
Sets the volume.
Public methodStartPlay
Plays the audio data.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
See Also