Movie Player ActiveX Control

ChangeInvertColor     

 

Enable/Disable the invert color of video.

Public Function ChangeInvertColor( _
  ByVal bValue As Bool
)

 

Parameter
bValue
True - invert color, False - return to normal color.

Return Value
True - Success, False- Failed

Example

   

Visual Basic Syntax
MoviePlayer1.FileName ="c:\test.mpg"
MoviePlayer1.Play
MoviePLayer.ChangeInvertColor True