Click or drag to resize
MediaData Class
Provides information for media data.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MediaData : EventArgs

The MediaData type exposes the following members.

Constructors
  NameDescription
Public methodMediaData
Initializes a new instance of the MediaData class.
Top
Methods
Properties
  NameDescription
Public propertyData
Gets the media data as byte array.
Public propertyMediaType
Gets the type of the media data.
Public propertyTimestamp
Gets the timestamp of the media data.
Top
See Also