Panda3D
Functions
movieVideo.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "movieVideo.h"
#include "movieVideoCursor.h"
#include "config_movies.h"
#include "movieTypeRegistry.h"
#include "bamReader.h"
#include "bamWriter.h"

Go to the source code of this file.

Functions

 PT (MovieVideoCursor) MovieVideo
 Open this video, returning a MovieVideoCursor of the appropriate type. More...
 
 PT (MovieVideo) MovieVideo
 Obtains a MovieVideo that references a file. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
jyelon
Date
2007-07-02

Definition in file movieVideo.cxx.

Function Documentation

◆ PT() [1/2]

PT ( MovieVideoCursor  )

Open this video, returning a MovieVideoCursor of the appropriate type.

Returns NULL on error.

Definition at line 45 of file movieVideo.cxx.

◆ PT() [2/2]

PT ( MovieVideo  )

Obtains a MovieVideo that references a file.

Just calls MovieTypeRegistry::make_video().

Definition at line 54 of file movieVideo.cxx.

References MovieTypeRegistry::get_global_ptr().