Click or drag to resize
AVReader Class
Audio/Video reader
Inheritance Hierarchy
SystemObject
  Ozeki.MediaAVReader

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

The AVReader type exposes the following members.

Constructors
  NameDescription
Public methodAVReader
Initializes a new instance of the AVReader class
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the AVReader and optionally releases the managed resources
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetNextAudioData
Public methodGetNextVideoData
Top
Properties
  NameDescription
Public propertyAudioFormat
Public propertyVideoFormat
Top
See Also