RecordPlayer Methods |
The RecordPlayer type exposes the following members.
Name | Description | |
---|---|---|
Backward |
Backwards current stream position
| |
Close |
Closes audio stream
| |
Equals | (Inherited from Object.) | |
Forward |
Forwards current stream position
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Open |
Open existing audio file for recording and playback
| |
Pause |
Pauses recording or playback
| |
Play |
Plays audio stream
| |
Play(Int32) |
Plays audio stream from stated position
| |
Record |
Records audio stream
| |
Record(Int32) |
Records audio stream from specified position in milliseconds.
| |
Record(Int32, WriteMode) |
Records audio stream from specified position in milliseconds with specified mode.
| |
Stop |
Stops recording or playback
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |