TwiceAsNice  2019-02-18
Public Member Functions | Protected Attributes | List of all members
V4L2_Decode Class Reference

#include <v4l2_decode.h>

Collaboration diagram for V4L2_Decode:
Collaboration graph

Public Member Functions

 V4L2_Decode ()
 
 ~V4L2_Decode ()
 
std::vector< V4L2_Decoder * > getDecoderList ()
 
V4L2_DecodergetDecoder ()
 
V4L2_DecodergetDefaultDecoder ()
 
void setDecoder (V4L2_Decoder *decoder)
 

Protected Attributes

std::vector< V4L2_Decoder * > decoder_list
 
V4L2_Decodercurrent_decoder
 
V4L2_Decoderdefault_decoder
 

Constructor & Destructor Documentation

◆ V4L2_Decode()

V4L2_Decode::V4L2_Decode ( )

◆ ~V4L2_Decode()

V4L2_Decode::~V4L2_Decode ( )

Member Function Documentation

◆ getDecoder()

V4L2_Decoder * V4L2_Decode::getDecoder ( )

◆ getDecoderList()

std::vector< V4L2_Decoder * > V4L2_Decode::getDecoderList ( )

◆ getDefaultDecoder()

V4L2_Decoder * V4L2_Decode::getDefaultDecoder ( )

◆ setDecoder()

void V4L2_Decode::setDecoder ( V4L2_Decoder decoder)

Member Data Documentation

◆ current_decoder

V4L2_Decoder* V4L2_Decode::current_decoder
protected

◆ decoder_list

std::vector<V4L2_Decoder *> V4L2_Decode::decoder_list
protected

◆ default_decoder

V4L2_Decoder* V4L2_Decode::default_decoder
protected

The documentation for this class was generated from the following files: