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: 10.4.13.0
Syntax
public class AVPlayer : IMedia

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
Properties
 NameDescription
Public propertyAudioChannel Gets the Audio player object
Public propertyVideoChannel Gets the video player object
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
Events
 NameDescription
Public eventAudioStopped 
Public eventStopped 
Public eventVideoStopped 
Top
See Also