live
Data Structures | Macros | Typedefs
H263plusVideoStreamParser.hh File Reference
#include "StreamParser.hh"
Include dependency graph for H263plusVideoStreamParser.hh:

Go to the source code of this file.

Data Structures

struct  _H263INFO
 
struct  _MaxBitrate_CTX
 
class  H263plusVideoStreamParser
 

Macros

#define H263_TIMESCALE   1000
 
#define H263_BASIC_FRAME_RATE   30
 
#define H263_REQUIRE_HEADER_SIZE_BYTES   5
 
#define H263_STARTCODE_SIZE_BYTES   3
 
#define H263_BUFFER_SIZE   256 * 1024
 
#define ADDITIONAL_BYTES_NEEDED   H263_REQUIRE_HEADER_SIZE_BYTES - H263_STARTCODE_SIZE_BYTES
 
#define H263_DEFAULT_CBR_TOLERANCE   10
 

Typedefs

typedef struct _H263INFO H263INFO
 
typedef struct _MaxBitrate_CTX MaxBitrate_CTX
 

Macro Definition Documentation

◆ ADDITIONAL_BYTES_NEEDED

#define ADDITIONAL_BYTES_NEEDED   H263_REQUIRE_HEADER_SIZE_BYTES - H263_STARTCODE_SIZE_BYTES

Definition at line 48 of file H263plusVideoStreamParser.hh.

◆ H263_BASIC_FRAME_RATE

#define H263_BASIC_FRAME_RATE   30

Definition at line 34 of file H263plusVideoStreamParser.hh.

◆ H263_BUFFER_SIZE

#define H263_BUFFER_SIZE   256 * 1024

Definition at line 44 of file H263plusVideoStreamParser.hh.

◆ H263_DEFAULT_CBR_TOLERANCE

#define H263_DEFAULT_CBR_TOLERANCE   10

Definition at line 51 of file H263plusVideoStreamParser.hh.

◆ H263_REQUIRE_HEADER_SIZE_BYTES

#define H263_REQUIRE_HEADER_SIZE_BYTES   5

Definition at line 37 of file H263plusVideoStreamParser.hh.

◆ H263_STARTCODE_SIZE_BYTES

#define H263_STARTCODE_SIZE_BYTES   3

Definition at line 40 of file H263plusVideoStreamParser.hh.

◆ H263_TIMESCALE

#define H263_TIMESCALE   1000

Definition at line 31 of file H263plusVideoStreamParser.hh.

Typedef Documentation

◆ H263INFO

typedef struct _H263INFO H263INFO

◆ MaxBitrate_CTX