Click or drag to resize

AudioStreamPlayback Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.MediaMediaStreamSender
          Ozeki.MediaTimerBasedMediaStreamHandler
            Ozeki.MediaAudioStreamPlayback
              Ozeki.MediaMP3StreamPlayback
              Ozeki.MediaOGGStreamPlayback
              Ozeki.MediaRawStreamPlayback
              Ozeki.MediaWaveStreamPlayback

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public abstract class AudioStreamPlayback : TimerBasedMediaStreamHandler

The AudioStreamPlayback type exposes the following members.

Constructors
 NameDescription
Protected methodAudioStreamPlaybackInitializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(Stream)Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(String)Initializes a new instance of the AudioStreamPlayback class
Protected methodAudioStreamPlayback(WaveFormat, 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
Top
Properties
 NameDescription
Public propertyCached 
Public propertyID
(Inherited from DisposableClass)
Protected propertyInterval
(Inherited from TimerBasedMediaStreamHandler)
Public propertyIsStreaming
(Inherited from MediaStreamSender)
Public propertyLoop 
Protected propertyMediaFormat 
Public propertyOutputFormat
(Inherited from MediaStreamSender)
Protected propertyPosition
(Inherited from MediaStreamSender)
Public propertyStream
(Inherited from MediaStreamSender)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from TimerBasedMediaStreamHandler)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodGetAudioData 
Public methodGetAudioFormat
(Inherited from MediaStreamSender)
Protected methodLoadReader 
Public methodLoadStream 
Public methodPause
(Inherited from MediaStreamSender)
Protected methodReceiverConnected
(Inherited from AudioSender)
Protected methodReceiverDisconnected
(Inherited from AudioSender)
Protected methodSendMediaData
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Protected methodSetPlaybackWaveStream 
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodStart
(Inherited from TimerBasedMediaStreamHandler)
Public methodStop
(Inherited from TimerBasedMediaStreamHandler)
Protected methodTimerTick
(Overrides TimerBasedMediaStreamHandlerTimerTick(UInt32))
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public eventStopped
(Inherited from MediaStreamSender)
Top
Fields
 NameDescription
Protected fieldbuffer 
Protected fieldSync
(Inherited from MediaStreamSender)
Top
See Also