Click or drag to resize
AudioData 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 AudioData : MediaData

The AudioData type exposes the following members.

Constructors
  NameDescription
Public methodAudioData
Initializes a new instance of the AudioData 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 audio 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