FGX.VideoControl.TfgVideoControlMessages: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 6: Строка 6:
  
 
<syntaxhighlight lang="Delphi">TfgVideoControlMessages = class (TfgControlMessages)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgVideoControlMessages = class (TfgControlMessages)</syntaxhighlight>
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>WM_VIDEO_URI_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_START: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_STOP: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_PAUSE: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_RESUME: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SEEK_TO: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_DURATION: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_CURRENT_POSITION: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_IS_PLAYING: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_OPTIONS_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_USER: Integer</code>
 +
 +
|}

Версия 03:20, 10 июня 2019

Delphi

TfgVideoControlMessages = class (TfgControlMessages)

Константы

const WM_VIDEO_URI_CHANGED: Integer
const WM_START: Integer
const WM_STOP: Integer
const WM_PAUSE: Integer
const WM_RESUME: Integer
const WM_SEEK_TO: Integer
const WM_GET_DURATION: Integer
const WM_GET_CURRENT_POSITION: Integer
const WM_GET_IS_PLAYING: Integer
const WM_OPTIONS_CHANGED: Integer
const WM_USER: Integer