Steinberg::Vst::FrameRate Struct Reference

#include <ivstprocesscontext.h>

List of all members.

Public Types

 kPullDownRate = 1 << 0
 for ex. HDTV: 23.976 fps with 24 as frame rate
 kDropRate = 1 << 1
 for ex. 29.97 fps drop with 30 as frame rate
enum  FrameRateFlags { kPullDownRate = 1 << 0, kDropRate = 1 << 1 }

Public Attributes

uint32 framesPerSecond
 frame rate
uint32 flags
 flags FrameRateFlags


Detailed Description

Frame Rate

Definition at line 53 of file ivstprocesscontext.h.


Member Enumeration Documentation

enum Steinberg::Vst::FrameRate::FrameRateFlags

Enumerator:
kPullDownRate  for ex. HDTV: 23.976 fps with 24 as frame rate
kDropRate  for ex. 29.97 fps drop with 30 as frame rate

Definition at line 56 of file ivstprocesscontext.h.


Member Data Documentation

uint32 Steinberg::Vst::FrameRate::flags

flags FrameRateFlags

Definition at line 63 of file ivstprocesscontext.h.

uint32 Steinberg::Vst::FrameRate::framesPerSecond

frame rate

Definition at line 62 of file ivstprocesscontext.h.


The documentation for this struct was generated from the following file: Empty

Copyright ©2008 Steinberg Media Technologies. All Rights Reserved.