The AudioStreamPlayback type exposes the following members.

Constructors

  NameDescription
Protected methodAudioStreamPlayback(Stream)
Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(String)
Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(UInt32)
Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(Stream, Boolean, Boolean)
Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(String, Boolean, Boolean)
Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(Stream, Boolean, Boolean, UInt32)
Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(String, Boolean, Boolean, UInt32)
Initializes a new instance of the AudioStreamPlayback class

Methods

  NameDescription
Protected methodDataReceived (Overrides TimerBasedMediaStreamHandler..::..DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>)).)
Public methodDispose()()()() (Inherited from VoIPMediaHandler.)
Protected methodDispose(Boolean) (Inherited from TimerBasedMediaStreamHandler.)
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 methodLoadReader
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPauseStreaming (Inherited from MediaStreamHandler.)
Protected methodSendData (Inherited from AudioHandler.)
Protected methodSetPlaybackWaveStream
Public methodStartStreaming (Inherited from MediaStreamHandler.)
Public methodStopStreaming (Inherited from MediaStreamHandler.)
Protected methodTimerTick (Overrides TimerBasedMediaStreamHandler..::..TimerTick(Object, EventArgs).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldSync (Inherited from MediaStreamHandler.)

Properties

  NameDescription
Public propertyCached
Protected propertyInterval (Inherited from TimerBasedMediaStreamHandler.)
Public propertyIsStreaming (Inherited from MediaStreamHandler.)
Public propertyLoop
Public propertyMediaFormat (Inherited from AudioHandler.)
Protected propertyPosition (Inherited from MediaStreamHandler.)
Public propertyStream (Inherited from MediaStreamHandler.)

Events

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

See Also