Valkka  1.6.1
OpenSource Video Management
Classes | Macros | Typedefs | Enumerations | Functions
constant.h File Reference

Constant/default values, version numbers. More...

#include "common.h"
Include dependency graph for constant.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BitmapPars
 For AVBitmapFrames, linesizes are the widths + padding bytes. More...
 

Macros

#define GLX_CONTEXT_MAJOR_VERSION   0x2091
 
#define GLX_CONTEXT_MINOR_VERSION   0x2092
 
#define ALIGNMENT   1
 

Typedefs

typedef unsigned BitmapType
 
typedef unsigned short SlotNumber
 
typedef std::size_t IdNumber
 

Enumerations

enum  PayloadSizes { DEFAULT_PAYLOAD_SIZE = 1024 , DEFAULT_PAYLOAD_SIZE_H264 = 1024*500 , DEFAULT_PAYLOAD_SIZE_PCMU = 1024 }
 
enum  MaxSizes { N_MAX_SLOTS =256 , N_MAX_DECODERS =4 }
 

Functions

bool operator== (BitmapPars const &a, BitmapPars const &b)
 
std::ostream & operator<< (std::ostream &os, BitmapPars const &m)
 

Detailed Description

Constant/default values, version numbers.

Author
Sampsa Riikonen
Date
2017
Version
1.6.1

Enumeration Type Documentation

◆ MaxSizes

enum MaxSizes
Enumerator
N_MAX_SLOTS 

Maximum number of slots (used both by livethread.cpp and openglthread.cpp.

N_MAX_DECODERS 

Maximum number of decoders per one AVThread instance.

◆ PayloadSizes

Enumerator
DEFAULT_PAYLOAD_SIZE 

Default buffer size in Live555 for h264 // debug // not used anymore.

DEFAULT_PAYLOAD_SIZE_H264 

Default buffer size in Live555 for h264.

DEFAULT_PAYLOAD_SIZE_PCMU 

Default buffer size in Live555 for pcmu.