Vuo  2.3.2
Classes | Variables
VuoAvWriterObject.m File Reference

Description

VuoAvWriterObject implementation.

Definition in file VuoAvWriterObject.m.

Go to the source code of this file.

Variables

const double TIMEBASE = 1000.
 The resolution with which to measure time. This means 1./1000 sec. More...
 
const long MIN_AUDIO_BITRATE = 64000
 Minimum audio bitrate used when encoding AAC. More...
 
const long MAX_AUDIO_BITRATE = 320000
 Maximum audio bitrate used when encoding AAC. More...
 

Variable Documentation

◆ MAX_AUDIO_BITRATE

const long MAX_AUDIO_BITRATE = 320000

Maximum audio bitrate used when encoding AAC.

Definition at line 38 of file VuoAvWriterObject.m.

◆ MIN_AUDIO_BITRATE

const long MIN_AUDIO_BITRATE = 64000

Minimum audio bitrate used when encoding AAC.

Definition at line 37 of file VuoAvWriterObject.m.

◆ TIMEBASE

const double TIMEBASE = 1000.

The resolution with which to measure time. This means 1./1000 sec.

Definition at line 35 of file VuoAvWriterObject.m.