![]() |
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 67 of file GUIVideoEncoder.h.
|
inline |
Definition at line 69 of file GUIVideoEncoder.h.
References myFormatContext, myFrame, myFrameIndex, and mySwsContext.
|
inline |
Definition at line 159 of file GUIVideoEncoder.h.
References myFormatContext, and myFrame.
|
inline |
Definition at line 201 of file GUIVideoEncoder.h.
References myFormatContext, myFrame, myFrameIndex, myPkt, and mySwsContext.
Referenced by GUIViewTraffic::saveFrame().
|
private |
Definition at line 230 of file GUIVideoEncoder.h.
Referenced by GUIVideoEncoder(), writeFrame(), and ~GUIVideoEncoder().
|
private |
Definition at line 232 of file GUIVideoEncoder.h.
Referenced by GUIVideoEncoder(), writeFrame(), and ~GUIVideoEncoder().
|
private |
Definition at line 234 of file GUIVideoEncoder.h.
Referenced by GUIVideoEncoder(), and writeFrame().
|
private |
Definition at line 233 of file GUIVideoEncoder.h.
Referenced by writeFrame().
|
private |
Definition at line 231 of file GUIVideoEncoder.h.
Referenced by GUIVideoEncoder(), and writeFrame().