AVBlocks for C++  1.9
Audio and Video Software Development Kit
primo::avblocks::Quality Namespace Reference

An approximate indicator of audio/video quality. More...

Enumerations

enum  Enum {
  Normal = 0,
  Low = 1,
  High = 2
}
 Quality::Enum. More...

Detailed Description

An approximate indicator of audio/video quality.

Some presets support different quality levels. Other presets describe only a fixed stream quality and in that case the quality parameter of MediaSocket::createFromPreset is ignored.

See also:
MediaSocket::createFromPreset

Enumeration Type Documentation

enum Enum

Quality::Enum.

Enumerator:
Normal 

A good balance between media size and audio/video quality.

Low 

Small media size and low audio/video quality.

High 

Maximum audio/video quality for the specified format or device.

Large media size.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator