Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Variables
VuoAvPlayerObject.m File Reference

Description

VuoQtListener implementation.

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).
 
const unsigned int REVERSE_PLAYBACK_FRAME_ADVANCE = 10
 The number of preceeding frames to decode when playing video in reverse.
 

Variable Documentation

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.

const unsigned int REVERSE_PLAYBACK_FRAME_ADVANCE = 10

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