![]() |
Public Member Functions | |
soundSequenceInterface (unsigned startFrame, unsigned endFrame, float startTime, float stopTime, String &name, String &filename) | |
Q_INVOKABLE unsigned | startFrame () |
Q_INVOKABLE unsigned | stopFrame () |
Q_INVOKABLE float | startTime () |
Q_INVOKABLE float | stopTime () |
Q_INVOKABLE String & | name () |
Q_INVOKABLE String & | filename () |
Properties | |
unsigned startFrame | READ |
unsigned stopFrame | READ |
float | startTime |
float | stopTime |
String | name |
String | filename |
soundSequenceInterface::soundSequenceInterface | ( | unsigned | startFrame, |
unsigned | endFrame, | ||
float | startTime, | ||
float | stopTime, | ||
String & | name, | ||
String & | filename | ||
) |
Q_INVOKABLE String& soundSequenceInterface::filename | ( | ) |
path resolved filename
Q_INVOKABLE String& soundSequenceInterface::name | ( | ) |
named of this sound sequence - derived from the filename
Q_INVOKABLE unsigned soundSequenceInterface::startFrame | ( | ) |
returns the start frame of this sound sequence, 1 based.
Q_INVOKABLE float soundSequenceInterface::startTime | ( | ) |
returns the start time in second from the beginning of the sound file. The start time is sync with ths start frame.
Q_INVOKABLE unsigned soundSequenceInterface::stopFrame | ( | ) |
returns the stop frame of this sound sequence, value is 1 based
Q_INVOKABLE float soundSequenceInterface::stopTime | ( | ) |
returns the stop time in second. sound will stop playing when reaching either the stop time or the stop frame, whichever comes first
|
read |
|
read |
unsigned stopFrame soundSequenceInterface::READ |
unsigned startFrame soundSequenceInterface::READ |
|
read |
|
read |