![]() |
SUMO - Simulation of Urban MObility
|
#include <GUIVideoEncoder.h>
Public Member Functions | |
GUIVideoEncoder (const char *const out_file, const int width, const int height, double frameDelay) | |
void | writeFrame (uint8_t *buffer) |
~GUIVideoEncoder () | |
Private Attributes | |
AVFormatContext * | myFormatContext |
AVFrame * | myFrame |
int | myFrameIndex |
AVPacket | myPkt |
SwsContext * | mySwsContext |
Definition at line 53 of file GUIVideoEncoder.h.
|
inline |
Definition at line 55 of file GUIVideoEncoder.h.
References myFormatContext, myFrame, myFrameIndex, and mySwsContext.
|
inline |
Definition at line 145 of file GUIVideoEncoder.h.
References myFormatContext, and myFrame.
|
inline |
Definition at line 187 of file GUIVideoEncoder.h.
References myFormatContext, myFrame, myFrameIndex, myPkt, and mySwsContext.
Referenced by GUIViewTraffic::saveFrame().
|
private |
Definition at line 216 of file GUIVideoEncoder.h.
Referenced by GUIVideoEncoder(), writeFrame(), and ~GUIVideoEncoder().
|
private |
Definition at line 218 of file GUIVideoEncoder.h.
Referenced by GUIVideoEncoder(), writeFrame(), and ~GUIVideoEncoder().
|
private |
Definition at line 220 of file GUIVideoEncoder.h.
Referenced by GUIVideoEncoder(), and writeFrame().
|
private |
Definition at line 219 of file GUIVideoEncoder.h.
Referenced by writeFrame().
|
private |
Definition at line 217 of file GUIVideoEncoder.h.
Referenced by GUIVideoEncoder(), and writeFrame().