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... | |
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."
Definition in file movieVideo.cxx.
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 | ( | 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().