Home > All Other Interfaces > IAviWriter > CreateMovie

CreateMovie

Creates a movie in AVI format from a FLY project presentation. The recorded movie can be played back using any standard AVI Viewer.

JavaScript

 

CreateMovie(

      Name,

      Width,

      Height,

      FramesPerSecond,

      pCodecInfo)

 

C#

 

string CreateMovie(

      string Name,

      int Width,

      int Height,

      double FramesPerSecond,

      ICodecInfo6 pCodecInfo)

 

C++

 

HRESULT CreateMovie(

      BSTR Name,

      long Width,

      long Height,

      double FramesPerSecond,

      ICodecInfo6* pCodecInfo,

      BSTR* pVal)

Parameters

Name

A full path name for the movie file.

Width

The width of each frame.

Height

The height of each frame.

FramesPerSecond

The number of movie frames per second.

pCodecInfo

An ICodecInfo6 representing codec information about the codecs installed and registered on the client computer.

Return Value

pVal

The ID of the movie being created.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.