mobileFX VHX
VHX Object
/ Pause Method
Collapse All
Expand All
In This Topic
Description
Syntax
Example
See Also
About VHX ActiveX
Getting Started
mobileFX VHX
Overview
Objects
VHX Object
Methods
CreatePlayer Method
DestroyPlayer Method
Open Method
Pause Method
Play Method
Stop Method
Properties
BackgroundColor Property
ConnectionErrorMessage Property
ForeColor Property
HMI_PAUSE Property
HMI_PLAY Property
HMI_STOP Property
HMI_URL Property
MediaAutoPlay Property
MediaDebugMessages Property
MediaDuration Property
MediaEvents Property
MediaLoop Property
MediaPosition Property
MediaSpeed Property
MediaState Property
MediaTime Property
RecyclePlayerProcess Property
Events
OnConsoleMessage Event
OnPlayerEvent Event
OnPlayerReady Event
Enumerations
VHX_EVENTS Enumeration
VHX_HMI_COMMAND Enumeration
VHX_LOG_LEVEL Enumeration
VHX_MEDIA_TYPE Enumeration
VHX_STATE Enumeration
Pause Method
In This Topic
Description
Syntax
Example
See Also
Description
Pauses a media that is curently playing.
Syntax
Visual Basic
Public
Sub
Pause()
Example
private void axVHX1_OnPlayerReady(object sender, EventArgs e)
{
axVHX1.Open("file///path-to-your-video-file");
}
private void btnPause_Click(object sender, EventArgs e)
{
axVHX1.Pause();
}
See Also
VHX Object
|
VHX Members