Return true if the system support use VMR9 to renderer the video.
Public Function IsSupportVMR9( ) as Bool
No Parameter
Return Value True - if the system support use VMR9 to render the video, False- if the system does not support VMR9 to render the video. Example
Visual Basic Syntax If MoviePlayer1.IsSupportVMR9 <> True Then MsgBox "Your system does not support use VMR9, try set UseVMR9=false before you loaded the video" End if