FlashGetClipInfo Method (IMLCharGen)
item ID
number of frames
frame rate
gets flash clip information
Syntax
Sub FlashGetClipInfo( _
   ByVal _bsItemID As String, _
   ByRef _pnTotalFrames As Integer, _
   ByRef _pdblFrameRate As Double _
) 
void FlashGetClipInfo( 
   string _bsItemID,
   out int _pnTotalFrames,
   out double _pdblFrameRate
)
procedure FlashGetClipInfo( 
    _bsItemID: String;
   Out  _pnTotalFrames: Integer;
   Out  _pdblFrameRate: Double
); 
void FlashGetClipInfo( 
   BSTR* _bsItemID,
   [PARAMFLAG::Out] int _pnTotalFrames,
   [PARAMFLAG::Out] double _pdblFrameRate
) 

Parameters

_bsItemID
item ID
_pnTotalFrames
number of frames
_pdblFrameRate
frame rate
See Also

Reference

IMLCharGen Interface
IMLCharGen Members