Click or drag to resize

AudioPlayer Properties

The AudioPlayer type exposes the following members.

Properties
  NameDescription
Public propertyAudioDevice
Play to the selected audio device index.
Public propertyBits
The bit-depth of the destination audio file (for WAV format only).
Public propertyChannels
The number of channels of the destination audio file.
Public propertyDecodeMode
The decoding mode of the operation. This can be from local codecs or by using the FFMpeg libraries.
Public propertyDriveIndex
Public propertyFileName
The multimedia file name and path to play.
Public propertyLength
The time length of the media file.
Public propertyMessageArgs
Public propertyMode
The mode of the capturing process.
Public propertyPlaybackState
The state of the player.
Public propertyPosition
The position of the player.
Public propertyProgressArgs
Public propertyRatingStars
The rating stars of the opened multimedia file. This value can be 0 (unrated) to 5 (best).
Public propertyRatingUser
The user of the rating tag. The default value is: "Windows Media Player 9 Series".
Public propertySamplerate
The samplerate of the destination audio file.
Public propertySamplerateVal
The samplerate of the destination audio file by value.
Public propertyTagAlbum
The album name of the opened multimedia file.
Public propertyTagArtists
A list of strings for the TagArtists of the opened multimedia file.
Public propertyTagComment
The comment of the opened multimedia file.
Public propertyTagComposers
A list of strings for the TagComposers of the opened multimedia file.
Public propertyTagCopyright
The copyright of the opened multimedia file.
Public propertyTagGenres
A list of strings for the TagGenres of the opened multimedia file.
Public propertyTagLyrics
The lyrics of the opened multimedia file.
Public propertyTagPerformers
A list of strings for the TagPerformers of the opened multimedia file. In some cases this tag will be the TagArtists tag.
Public propertyTagRating
The rating value of the opened multimedia file. This value can be 0 (unrated) to 255 (best).
Public propertyTagTitle
The TagTitle tag of the opened multimedia file.
Public propertyTagTrack
The Track number of the opened multimedia file.
Public propertyTagYear
The created year of the opened multimedia file.
Public propertyTrackIndex
Public propertyUserKey
The user key.
Public propertyUserName
The user name.
Public propertyVolume
The volume of the player.
Top
See Also