Name
GetVideoFormat -- get video format name (V5.0)
Synopsis
STRPTR name = GetVideoFormat(APTR handle);
Function
This function must return a null-terminated string containing the name of the video format of the video file handle passed in handle. This string can be retrieved from Hollywood by querying the #ATTRFORMAT constant on #VIDEO objects. The string must remain valid until CloseVideo() is called on the handle.

Inputs
handle
handle returned by OpenVideo()
Results
name
video format name

Show TOC