AVPlayer Class |
The AVPlayer type exposes the following members.
| Name | Description | |
|---|---|---|
| AVPlayer | Initializes a new instance of the AVPlayer class The stream will not be cached and will be played only once. |
| Name | Description | |
|---|---|---|
| AudioChannel | Gets the Audio player object | |
| VideoChannel | Gets the video player object |
| Name | Description | |
|---|---|---|
| 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 ObjectFinalize) | |
| Pause | Pauses the media. | |
| Start | ||
| Stop | Stops the media. |
| Name | Description | |
|---|---|---|
| AudioStopped | ||
| Stopped | ||
| VideoStopped |