Unity 8
 All Classes Functions Properties
PreviewAudioPlayback Class Reference

Preview widget for audio tracks. More...

Inheritance diagram for PreviewAudioPlayback:
Collaboration diagram for PreviewAudioPlayback:

Additional Inherited Members

- Signals inherited from PreviewWidget
void triggered (string widgetId, string actionId, var data)
 This signal should be emitted when a preview action was triggered. More...
 
- Properties inherited from PreviewWidget
bool isCurrentPreview
 Specifies the preview widget being currently used or not.
 
string widgetId
 The widget identifier.
 
var widgetData
 Variable used to contain widget's data.
 
var scopeStyle
 The ScopeStyle component.
 

Detailed Description

Preview widget for audio tracks.

This widget shows tracks contained in widgetData["tracks"], each of which should be of the form:

{
"source" "uri://to/file",
"title": "Title",
"subtitle": "Subtitle", // optional
"length": 125 // in seconds
}

Definition at line 29 of file PreviewAudioPlayback.qml.


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