45 virtual void seek(
double offset);
58 unsigned char *_packet_data;
59 AVFormatContext *_format_ctx;
60 AVCodecContext *_audio_ctx;
63 double _audio_timebase;
68 int16_t *_buffer_alloc;
72 SwrContext *_resample_ctx;
78 static void init_type() {
79 MovieAudioCursor::init_type();
81 MovieAudioCursor::get_class_type());
84 return get_class_type();
86 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.