GetVideoProperties Method (IMLCharGen)
video properties
original video properties
gets video properties
Syntax
Sub GetVideoProperties( _
   ByRef _pVideoPropsSet As CG_VIDEO_PROPS, _
   ByRef _pVideoPropsOrigin As CG_VIDEO_PROPS _
) 
void GetVideoProperties( 
   out CG_VIDEO_PROPS _pVideoPropsSet,
   out CG_VIDEO_PROPS _pVideoPropsOrigin
)
procedure GetVideoProperties( 
   Out  _pVideoPropsSet: CG_VIDEO_PROPS;
   Out  _pVideoPropsOrigin: CG_VIDEO_PROPS
); 
void GetVideoProperties( 
   [PARAMFLAG::Out] CG_VIDEO_PROPS _pVideoPropsSet,
   [PARAMFLAG::Out] CG_VIDEO_PROPS _pVideoPropsOrigin
) 

Parameters

_pVideoPropsSet
video properties
_pVideoPropsOrigin
original video properties
See Also

Reference

IMLCharGen Interface
IMLCharGen Members