Click or drag to resize
VideoData Class
Provides data with format information for audio.
Inheritance Hierarchy

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

The VideoData type exposes the following members.

Constructors
  NameDescription
Public methodVideoData
Initializes a new instance of the VideoData class.
Top
Methods
  NameDescription
Public methodGetRtpPackets (Inherited from MediaData.)
Public methodSetRtpPackets (Inherited from MediaData.)
Public methodToString (Inherited from MediaData.)
Top
Properties
  NameDescription
Public propertyData
Gets the media data as byte array.
(Inherited from MediaData.)
Public propertyFormat
Gets the format of the video data.
Public propertyMediaType
Gets the type of the media data.
(Inherited from MediaData.)
Public propertyTimestamp
Gets the timestamp of the media data.
(Inherited from MediaData.)
Top
See Also