Public Member Functions | |
FfmpegVideo (Filename const name) | |
Constructs an ffmpeg video that reads its contents from the indicate filename, which may be a file in the VFS. | |
FfmpegVideo (SubfileInfo const info) | |
Constructs an ffmpeg video that reads its contents from the indicated subfile information. | |
MovieVideoCursor | open () |
Open this video, returning a MovieVideoCursor. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
FfmpegVideo | ( | Filename const | name | ) |
Constructs an ffmpeg video that reads its contents from the indicate filename, which may be a file in the VFS.
FfmpegVideo | ( | SubfileInfo const | info | ) |
Constructs an ffmpeg video that reads its contents from the indicated subfile information.
This is normally used for low-level purposes only; you would normally use the constructor that takes a filename.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from MovieVideo.
MovieVideoCursor open | ( | ) |
Open this video, returning a MovieVideoCursor.
Reimplemented from MovieVideo.