ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FFmpegStuffEnc Struct Reference

Public Member Functions

 FFmpegStuffEnc ()
 

Public Attributes

AVFormatContext * formatContext
 
AVCodecContext * codecContext
 
AVStream * videoStream
 
AVFrame * frame
 
SwsContext * swsContext
 

Detailed Description

Definition at line 32 of file QVideoEncoder.cpp.

Constructor & Destructor Documentation

◆ FFmpegStuffEnc()

FFmpegStuffEnc::FFmpegStuffEnc ( )
inline

Definition at line 39 of file QVideoEncoder.cpp.

Member Data Documentation

◆ codecContext

AVCodecContext* FFmpegStuffEnc::codecContext

◆ formatContext

AVFormatContext* FFmpegStuffEnc::formatContext

Definition at line 33 of file QVideoEncoder.cpp.

Referenced by QVideoEncoder::close(), QVideoEncoder::open(), and write_frame().

◆ frame

AVFrame* FFmpegStuffEnc::frame

◆ swsContext

SwsContext* FFmpegStuffEnc::swsContext

Definition at line 37 of file QVideoEncoder.cpp.

Referenced by QVideoEncoder::convertImage_sws().

◆ videoStream

AVStream* FFmpegStuffEnc::videoStream

Definition at line 35 of file QVideoEncoder.cpp.

Referenced by QVideoEncoder::open(), and write_frame().


The documentation for this struct was generated from the following file: