Can play audio and video from an mp4, avi file.
| C# | Visual Basic | Visual C++ |
public class AVPlayer : IMediaControl, IDisposable
Public Class AVPlayer _ Implements IMediaControl, IDisposable
public ref class AVPlayer : IMediaControl, IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AVPlayer(String) |
Initializes a new instance of the AVPlayer class
The stream will not be cached and will be played only once.
| |
| AudioPlayer |
Gets the Audio player object
| |
| Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) | Releases the unmanaged resources used by the AVPlayer and optionally releases the managed resources | |
| Finalize()()()() | (Overrides Object.Finalize()()()().) | |
| Start()()()() | ||
| Stop()()()() |
Stops the media.
| |
| VideoPlayer |
Gets the video player object
|
| Object | |
| AVPlayer | |