Panda3D
Functions | Variables
config_movies.h File Reference

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

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "configVariableBool.h"
#include "configVariableList.h"
#include "threadPriority.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES)
 
EXPCL_PANDA_MOVIES void init_libmovies ()
 Initializes the library. More...
 
 NotifyCategoryDecl (movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES)
 

Variables

ConfigVariableList load_audio_type
 
ConfigVariableList load_video_type
 
ConfigVariableBool opus_enable_seek
 
ConfigVariableBool vorbis_enable_seek
 
ConfigVariableBool vorbis_seek_lap
 

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 config_movies.h.

Function Documentation

◆ init_libmovies()

EXPCL_PANDA_MOVIES void init_libmovies ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 84 of file config_movies.cxx.

References MovieTypeRegistry::get_global_ptr(), and MovieTypeRegistry::register_audio_type().