|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Frame Rate A frame rate describes the number of image (frame) displayed per second. More...
#include "ivstprocesscontext.h"
Public Types | |
| enum | FrameRateFlags { kPullDownRate , kDropRate } |
Public Attributes | |
| uint32 | framesPerSecond |
| frame rate | |
| uint32 | flags |
| flags FrameRateFlags | |
Frame Rate A frame rate describes the number of image (frame) displayed per second.
Some examples:
Definition at line 44 of file ivstprocesscontext.h.
| enum Steinberg::Vst::FrameRate::FrameRateFlags |
Definition at line 47 of file ivstprocesscontext.h.
| uint32 Steinberg::Vst::FrameRate::flags |
flags FrameRateFlags
Definition at line 54 of file ivstprocesscontext.h.
| uint32 Steinberg::Vst::FrameRate::framesPerSecond |
frame rate
Definition at line 53 of file ivstprocesscontext.h.