Click or drag to resize
RecordPlayer Methods

The RecordPlayer type exposes the following members.

Methods
  NameDescription
Public methodBackward
Backwards current stream position
Public methodClose
Closes audio stream
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodForward
Forwards current stream position
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOpen
Open existing audio file for recording and playback
Public methodPause
Pauses recording or playback
Public methodPlay
Plays audio stream
Public methodPlay(Int32)
Plays audio stream from stated position
Public methodRecord
Records audio stream
Public methodRecord(Int32)
Records audio stream from specified position in milliseconds.
Public methodRecord(Int32, WriteMode)
Records audio stream from specified position in milliseconds with specified mode.
Public methodStop
Stops recording or playback
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also