Video display and composing engine for JUCE
Loading...
Searching...
No Matches
VideoStreamSettings Struct Referencefinal

Defines the size and time settings for a VideoStream. More...

#include <foleys_Structures.h>

Public Member Functions

bool isValid () const
 
double getFrameRate () const
 
double getFrameDurationSeconds () const
 
juce::String toString () const
 

Public Attributes

Size frameSize
 
int defaultDuration = 1001
 
int timebase = 24000
 

Detailed Description

Defines the size and time settings for a VideoStream.

Member Function Documentation

◆ isValid()

◆ getFrameRate()

double getFrameRate ( ) const

◆ getFrameDurationSeconds()

double getFrameDurationSeconds ( ) const

◆ toString()

juce::String toString ( ) const

Member Data Documentation

◆ frameSize

◆ defaultDuration

◆ timebase


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