Click or drag to resize
RecordPlayer Properties

The RecordPlayer type exposes the following members.

Properties
  NameDescription
Public propertyBufferSizeInMS
Gets or sets the audio buffer size in milliseconds. By default 500 ms.
Public propertyCanRecord
Indicates whether the stream can be recorded.
Public propertyDuration
Returns audio stream duration in ms
Public propertyFormatDetails
Gets format details for current audio stream
Public propertyPlayerID
Gets or sets the current player. If -1 the system uses suitable player.
Public propertyPlayerVolume
Sets and gets playback volume
Public propertyPlayerVolumeMute
Sets and gets playback mute
Public propertyPosition
Gets current position for audio stream
Public propertyRecorderID
Gets or sets the current recorder. If -1 the system uses suitable recorder.
Public propertyRecorderLines
Gets recorder lines
Public propertyRecorderLinesIndex
Gets and sets selected recorder lines index
Public propertyRecorderVolume
Sets and gets recording volume
Public propertySilentLevel
Sets and gets sound level, which will be silence
Public propertySkipSilent
Skip silence during recording
Public propertyState
Current device state
Public propertyCode exampleVolumeData
Volume audio data array for current audio operation.
Public propertyVolumeDataLength
Length of volume audio data array
Public propertyVolumeLevel
Volume level for current audio operation
Public propertyVolumeScale
Scales the volume of audio data. 100 is normal volume, 50 is reduced by half, 200 is increased in 2 times
Top
See Also