Click or drag to resize

AudioRecorder Properties

The AudioRecorder type exposes the following members.

Properties
  NameDescription
Public propertyArtist
Gets or sets the file artist.
Protected propertyFile
Gets or sets the file.
(Inherited from MediaRecorder<TBuffer, TFormat>.)
Protected propertyFileStream
Gets or sets the recorder stream.
(Inherited from MediaRecorder<TBuffer, TFormat>.)
Public propertyFormat
Gets the format.
(Inherited from MediaRecorder<TBuffer, TFormat>.)
Public propertyOpened
Gets whether the recorder has been opened or not.
(Inherited from MediaRecorder<TBuffer, TFormat>.)
Public propertyPath
Gets the path.
(Inherited from MediaRecorder<TBuffer, TFormat>.)
Public propertyTitle
Gets or sets the file title.
Public propertyVendor
Gets or sets the file vendor.
Protected propertyWasOpened
Gets or sets a value indicating whether the file was opened.
(Inherited from MediaRecorder<TBuffer, TFormat>.)
Top
See Also