Go to the documentation of this file.
19 #ifndef GNASH_SWF_VIDEOFRAMETAG_H
20 #define GNASH_SWF_VIDEOFRAMETAG_H
28 class movie_definition;
54 #endif // GNASH_VIDEO_STREAM_DEF_H
void addVideoFrameTag(std::unique_ptr< media::EncodedVideoFrame > frame)
Definition: DefineVideoStreamTag.cpp:107
Definition: DefineVideoStreamTag.h:44
void log_swferror(StringType msg, Args... args)
Definition: log.h:325
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:31
Immutable data representing the definition of a movie display element.
Definition: DefinitionTag.h:48
std::string typeName(const T &inst)
Definition: utility.h:93
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ m
Definition: GnashKey.h:159
unsigned read(char *buf, unsigned count)
Read <count> bytes from the source stream and copy that data to <buf>.
Definition: SWFStream.cpp:68
Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:96
media::VideoInfo * getVideoInfo() const
Get info about video embedded in this definition.
Definition: DefineVideoStreamTag.h:108
#define IF_VERBOSE_MALFORMED_SWF(x)
Definition: log.h:404
@ r
Definition: GnashKey.h:164
unsigned long tell()
Return our current (byte) position in the input stream.
Definition: SWFStream.cpp:447
An SWF parsing exception.
Definition: GnashException.h:90
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:54
unsigned long get_tag_end_position()
Return the file position of the end of the current tag.
Definition: SWFStream.cpp:497
std::uint16_t read_u16()
Read a aligned unsigned 16-bit value from the stream.
Definition: SWFStream.cpp:332
@ VIDEOFRAME
Definition: SWF.h:91
std::uint8_t read_u8()
Read a aligned unsigned 8-bit value from the stream.
Definition: SWFStream.cpp:319
SWF stream wrapper class.
Definition: SWFStream.h:59
void ensureBytes(unsigned long needed)
Ensure the requested number of bytes are available for an aligned read in the currently opened tag.
Definition: SWFStream.cpp:50
@ SWF
Definition: GnashKey.h:331