![]() |
Public Member Functions | |
Q_INVOKABLE QScriptValue | sequences () |
Q_INVOKABLE String & | column () |
Q_INVOKABLE QScriptValue | waveformInfo (QScriptValue args) |
Properties | |
String | column |
scripting object to a sound column... Allow object oriented object interaction with sound sequence.
In Harmony, this object is created by the global scripting interface column.getSoundColumn( columnName );
In Storyboard, this object is created by the scripting interface SoundTrackManager.getSoundColumn( columnName );
It includes methods to iterate over the sound column content. At this moment, it cannot do any modification to the sound column.
Q_INVOKABLE String& soundColumnInterface::column | ( | ) |
Q_INVOKABLE QScriptValue soundColumnInterface::sequences | ( | ) |
Q_INVOKABLE QScriptValue soundColumnInterface::waveformInfo | ( | QScriptValue | args | ) |
Returns an array containing data for printing the sound column's waveform over the given frames. The returned array has 15 entries per frame, and the value is the intensity of the sound.
The args parameter should include the following properties (however none are required)
Name | Default Value |
---|---|
startFrame | 1 |
endFrame | frame.numberOf() |
frameRate | scene.getFrameRate() |
|
read |