Click or drag to resize
TimerBasedMediaHandler Class
Base class for timer based media handlers. Contains a built-in timer that ticks periodically when the interval has elapsed.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public abstract class TimerBasedMediaHandler : AudioSender

The TimerBasedMediaHandler type exposes the following members.

Constructors
  NameDescription
Protected methodTimerBasedMediaHandler
Initializes a new instance of the TimerBasedMediaHandler class.
Protected methodTimerBasedMediaHandler(UInt32)
Initializes a new instance of the TimerBasedMediaHandler class.
Top
Methods
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Protected propertyPacketizationTime
Gets the time between the send events (in milliseconds).
Protected propertySync
Top
Events
See Also