TTMSFNCWXCustomVideoPlayer Class
Base class for the web-based video player control. Extends the media player with video-specific behavior such as picture-in-picture mode, a poster image, and seeking helpers.
API unit family: TMSFNCWXVideoPlayer
Inherits from: TTMSFNCWXCustomMediaPlayer
Syntax
TTMSFNCWXCustomVideoPlayer = class(TTMSFNCWXCustomMediaPlayer)
Remarks
Use the published descendant for design-time and runtime work; this class exposes the video surface and the picture-in-picture API.
Methods
| Name | Description |
|---|---|
| ForwardVideo | Advances the current playback position forward by the given number of seconds. |
| RewindVideo | Moves the current playback position backward by the given number of seconds. |