|
This interface is used to access the audio tracks of a storyboard project. More...
Public Slots | |
Sound Track Methods | |
| int | numberOfSoundTracks () |
| return the number of Audio tracks More... | |
| String | nameOfSoundTrack (int index) |
| return the columnName of the audio track at index More... | |
| String | addSoundTrack () |
| add a new empty audio track More... | |
| bool | deleteSoundTrack (String &columnName) |
| delete audio track More... | |
| bool | importSoundBuffer (String &columnName, String &soundFile, unsigned int targetFrame) |
| import a sound file into a given audio track at the specified frame More... | |
| QObject * | soundColumn (String &columnName) |
| returns a SoundColumnInterface object that contains a reference to that sound column. The SoundColumnInterface object contains a useful interface to introspecting the sound and its sound sequences. More... | |
| void | setAudioClipColor (String &columnName, String &color) |
| String | getSoundTrackColor (String &columnName) |
This interface is used to access the audio tracks of a storyboard project.
|
slot |
add a new empty audio track
|
slot |
delete audio track
| columnName | - name of the audio track |
|
slot |
return the color of the sound track.
|
slot |
import a sound file into a given audio track at the specified frame
| columnName | - name of the audio track |
| soundFile | - path to soundFile ( mp3, aiff, wav ) |
| targetFrame | - frame where audio clip is to be inserted. |
|
slot |
return the columnName of the audio track at index
| index | - index in the list of project audio tracks |
|
slot |
return the number of Audio tracks
|
slot |
sets the color of the sound track
|
slot |
returns a SoundColumnInterface object that contains a reference to that sound column. The SoundColumnInterface object contains a useful interface to introspecting the sound and its sound sequences.
| columnName | - name of the audio track |