Click or drag to resize
AVPlayer Class
Can play audio and video from an mp4, avi file.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaAVPlayer

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

The AVPlayer type exposes the following members.

Constructors
  NameDescription
Public methodAVPlayer
Initializes a new instance of the AVPlayer class The stream will not be cached and will be played only once.
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 AVPlayer and optionally releases the managed resources
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodPause
Pauses the media.
Public methodStart
Public methodStop
Stops the media.
Top
Properties
  NameDescription
Public propertyAudioChannel
Gets the Audio player object
Public propertyVideoChannel
Gets the video player object
Top
Events
See Also