The MP3StreamRecorder type exposes the following members.

Constructors

  NameDescription
Public methodMP3StreamRecorder(Stream)
Initializes a new instance of the MP3StreamRecorder class
Public methodMP3StreamRecorder(String)
Initializes a new instance of the MP3StreamRecorder class
Public methodMP3StreamRecorder(Stream, AudioFormat)
Initializes a new instance of the MP3StreamRecorder class
Public methodMP3StreamRecorder(String, AudioFormat)
Initializes a new instance of the MP3StreamRecorder class
Public methodMP3StreamRecorder(Stream, AudioFormat, UInt32)
Initializes a new instance of the MP3StreamRecorder class
Public methodMP3StreamRecorder(String, AudioFormat, UInt32)
Initializes a new instance of the MP3StreamRecorder class

Methods

  NameDescription
Protected methodDataReceived (Overrides AudioHandler..::..DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>)).)
Public methodDispose()()()() (Inherited from VoIPMediaHandler.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the MP3StreamRecorder and optionally releases the managed resources
(Overrides VoIPMediaHandler..::..Dispose(Boolean).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from VoIPMediaHandler.)
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPauseStreaming
Protected methodSendData (Inherited from AudioHandler.)
Public methodStartStreaming
Public methodStopStreaming
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsStreaming
Public propertyMediaFormat (Inherited from AudioHandler.)

Events

  NameDescription
Public eventDataSent (Inherited from AudioHandler.)
Public eventMediaFormatChanged (Inherited from AudioHandler.)
Public eventStopped

See Also