| RecordPlayer Properties |
The RecordPlayer type exposes the following members.
| Name | Description | |
|---|---|---|
| BufferSizeInMS |
Gets or sets the audio buffer size in milliseconds. By default 500 ms.
| |
| CanRecord |
Indicates whether the stream can be recorded.
| |
| Duration |
Returns audio stream duration in ms
| |
| FormatDetails |
Gets format details for current audio stream
| |
| PlayerID |
Gets or sets the current player. If -1 the system uses suitable player.
| |
| PlayerVolume |
Sets and gets playback volume
| |
| PlayerVolumeMute |
Sets and gets playback mute
| |
| Position |
Gets current position for audio stream
| |
| RecorderID |
Gets or sets the current recorder. If -1 the system uses suitable recorder.
| |
| RecorderLines |
Gets recorder lines
| |
| RecorderLinesIndex |
Gets and sets selected recorder lines index
| |
| RecorderVolume |
Sets and gets recording volume
| |
| SilentLevel |
Sets and gets sound level, which will be silence
| |
| SkipSilent |
Skip silence during recording
| |
| State |
Current device state
| |
| VolumeData |
Volume audio data array for current audio operation.
| |
| VolumeDataLength |
Length of volume audio data array
| |
| VolumeLevel |
Volume level for current audio operation
| |
| VolumeScale |
Scales the volume of audio data. 100 is normal volume, 50 is reduced by half, 200 is increased in 2 times
|