mobileFX VHX
VHX Object
/ MediaLoop Property
Collapse All
Expand All
In This Topic
Description
Property type
Syntax
Return Type
Remarks
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
MediaLoop Property
In This Topic
Description
Property type
Syntax
Return Type
Remarks
Example
See Also
Description
Whether the media should play in a loop or not.
Property type
Read-write property
Syntax
Visual Basic
Public
Property
MediaLoop
As
Boolean
Return Type
True if the media is supposed to play in a loop; false otherwise.
Remarks
Set to true by default.
Example
private void Form1_Load(object sender, EventArgs e)
{
axVHX1.MediaLoop = true;
}
See Also
VHX Object
|
VHX Members