Click or drag to resize

AVPlayer Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaAVPlayer

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public class AVPlayer : IDisposable, IMedia

The AVPlayer type exposes the following members.

Constructors
 NameDescription
Public methodAVPlayerInitializes a new instance of the AVPlayer class
Top
Properties
 NameDescription
Public propertyAudioChannel 
Public propertyVideoChannel 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the AVPlayer
Protected methodDispose(Boolean)Releases the unmanaged resources used by the AVPlayer and optionally releases the managed resources
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodPause 
Public methodStart 
Public methodStop 
Top
Events
 NameDescription
Public eventAudioStopped 
Public eventStopped 
Public eventVideoStopped 
Top
See Also