18 #include "pandabase.h"
20 #include "pointerTo.h"
21 #include "typedWritableReferenceCount.h"
22 #include "subfileInfo.h"
44 MovieVideo(
const string &name =
"Blank Video");
49 INLINE
const Filename &get_filename()
const;
66 static void init_type() {
67 TypedWritableReferenceCount::init_type();
68 register_type(_type_handle,
"MovieVideo",
69 TypedWritableReferenceCount::get_class_type());
72 return get_class_type();
74 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
80 #include "movieVideo.I"
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by ...
virtual void fillin(DatagramIterator &scan, BamReader *manager)
This internal function is intended to be called by each class's make_from_bam() method to read in all...
virtual void write_datagram(BamWriter *manager, Datagram &dg)
Writes the contents of this object to the datagram for shipping out to a Bam file.
A base class for all things which can have a name.
The name of a file, such as a texture file or an Egg file.
A MovieVideo is actually any source that provides a sequence of video frames.
An instance of this class is passed to the Factory when requesting it to do its business and construc...
A base class for things which need to inherit from both TypedWritable and from ReferenceCount.
A MovieVideo is actually any source that provides a sequence of video frames.
This class records a particular byte sub-range within an existing file on disk.
A class to retrieve the individual data elements previously stored in a Datagram. ...
TypeHandle is the identifier used to differentiate C++ class types.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...