Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
FfmpegVideo Class Reference
Inheritance diagram for FfmpegVideo:
MovieVideo TypedWritableReferenceCount Namable TypedWritable ReferenceCount TypedObject

List of all members.

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 ()

Constructor & Destructor Documentation

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.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from MovieVideo.

Open this video, returning a MovieVideoCursor.

Reimplemented from MovieVideo.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties