Click or drag to resize

MediaDataTimedOutEventArgs Class

Event arguments for a media data timeout event. Provides the channel, the policy used, and the timeout threshold.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaMediaDataTimedOutEventArgs

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public class MediaDataTimedOutEventArgs : EventArgs

The MediaDataTimedOutEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodMediaDataTimedOutEventArgsInitializes a new instance of the MediaDataTimedOutEventArgs class
Top
Properties
 NameDescription
Public propertyChannel The media channel that experienced the timeout.
Public propertyPolicy The policy configuration that defined the timeout behavior.
Public propertyTimeoutSeconds The configured timeout value in seconds that was exceeded.
Top
See Also