Declare Function InitializePlayer Lib "TMVideoPlayer.dll" (ByVal sFileSource As Long, ByVal sKey As Long, ByVal fpsParDec As Long, ByVal hwndDec As Long, ByVal lpd As Long, ByVal tpd As Long, ByVal wpd As Long, ByVal hpd As Long) As String
Declare Function StopPlayer Lib "TMVideoPlayer.dll" ()
Declare Function PausePlayer Lib "TMVideoPlayer.dll" ()
Declare Function PlayPlayer Lib "TMVideoPlayer.dll" ()
Declare Function CleanPlayer Lib "TMVideoPlayer.dll" ()
Declare Function RefreshPlayer Lib "TMVideoPlayer.dll" (ByVal lefPar As Long, ByVal topPar As Long, ByVal widPar As Long, ByVal heiPar As Long) As Long
Declare Function SeekPlayer Lib "TMVideoPlayer.dll" (ByVal newpos As Double) As Double
Declare Function GetDurationPlayer Lib "TMVideoPlayer.dll" () As Double
Declare Function GetPositionPlayer Lib "TMVideoPlayer.dll" () As Double
Declare Function SetVolume Lib "TMVideoPlayer.dll" (ByVal newvol As Long) As Long
Declare Function GetVolume Lib "TMVideoPlayer.dll" () As Long
Declare Function SetBalance Lib "TMVideoPlayer.dll" (ByVal newbal As Long) As Long
Declare Function SetPath Lib "TMVideoPlayer.dll" (ByVal cual As Double) As Double
Declare Function ChangeSubtitle Lib "TMVideoPlayer.dll" (ByVal firstString As Long, ByVal fsx As Long, ByVal fsy As Long, ByVal fsi As Long, ByVal secondString As Long, ByVal ssx As Long, ByVal ssy As Long, ByVal ssi As Long, ByVal Alignment As Long) As Double
Declare Function ChangeFont Lib "TMVideoPlayer.dll" (ByVal fontNameP As Long, ByVal fontPointSizeP As Long, ByVal edgeSizeP As Long, ByVal fontBoldP As Long, ByVal fontItalicP As Long, ByVal fontColorRedP As Long, ByVal fontColorGreenP As Long, ByVal fontColorBlueP As Long, ByVal edgeColorRedP As Long, ByVal edgeColorGreenP As Long, ByVal edgeColorBlueP As Long, ByVal fontCharSetP As Long) As Double
