Vuo  2.3.2
Classes | Variables
VuoAvPlayerObject.m File Reference

Description

VuoQtListener implementation.

Definition in file VuoAvPlayerObject.m.

Go to the source code of this file.

Classes

protocol  <VuoAvTrackHapFrame>
 Allows us to call methods on HapDecoderFrame without linking to the framework at compile-time (to enable running on OS X 10.8 and 10.9). More...
 
protocol  <VuoAvTrackHapOutput>
 Allows us to call methods on AVPlayerItemHapDXTOutput without linking to the framework at compile-time (to enable running on OS X 10.8 and 10.9). More...
 
class  VuoAvTrackOutput
 Decodes Hap frames if present; otherwise returns the frames as-is. More...
 

Variables

const unsigned int AUDIO_BUFFER_SIZE = 16384
 The number of bytes to allocate initially for the audio buffer (all channels). More...
 
const unsigned int REVERSE_PLAYBACK_FRAME_ADVANCE = 10
 The number of preceeding frames to decode when playing video in reverse. More...
 

Variable Documentation

◆ AUDIO_BUFFER_SIZE

const unsigned int AUDIO_BUFFER_SIZE = 16384

The number of bytes to allocate initially for the audio buffer (all channels).

The actual buffer size may change depending on what copyNextSampleBuffer feels like returning.

Definition at line 52 of file VuoAvPlayerObject.m.

◆ REVERSE_PLAYBACK_FRAME_ADVANCE

const unsigned int REVERSE_PLAYBACK_FRAME_ADVANCE = 10

The number of preceeding frames to decode when playing video in reverse.

Definition at line 55 of file VuoAvPlayerObject.m.