Click or drag to resize
Player Properties

The Player type exposes the following members.

Properties
  NameDescription
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyDeviceName
Gets the current device name being used to play.
Public propertyDurationInMS
Gets audio file duration in milliseconds.
Public propertyFileName
Gets or sets file name for playing.
Public propertyIsPlaying
Returns true if playing or false otherwise.
Public propertyLeftVolume
Gets or sets the average volume to the left speaker.
Public propertyPositionInMS
Gets the current position in milliseconds.
Public propertyRightVolume
Gets or sets the average volume to the right speaker.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySpeed
Gets or Sets the current speed of the device in frames per second.
Public propertyStatus
Gets current device status.
Public propertyVolume
Gets or sets the average volume to the left and right speaker.
Top
See Also