audiosample
importstatement:
import qtaudioengine1.0
since: qt 5.0
inherits:
item
properties
loaded : bool
name : string
preloaded : bool
signals
loadedchanged()
methods
void load()
detaileddescription
audiosample是qtaudioengine1.0模組的一部分。它能通過qtaudioengine::audioengine::samples訪問,必須定義在audioengine內部。
import qtquick 2.0
import qtaudioengine 1.0
rectangle }}
propertydocumentation
loaded : bool
這個屬性指明了取樣是否被讀到記憶體。
name : string
取樣的名字,在所有樣品中必須是唯一,並只被定義一次。
preloaded : bool
這個屬性指明取樣是否要預載入。如果為真,應用啟動的時候,立刻載入取樣。否則必須顯示的指定載入。
signaldocumentation
loadedchanged()
當loaded屬性變化時,這個訊號發射。
method documentation
void load()
如果沒有載入,則開始載入取樣到記憶體。
QML型別說明 AnimatedSprite
animatedsprite importstatement import qtquick2.2 inherits item properties currentframe int framecount int frameduration int frameheight int framerate ...
QML型別說明 BluetoothService
bluetoothservice importstatement import qtbluetooth 5.2 since qt 5.2 properties deviceaddress string devicename string registered string servicedescri...
QML型別說明 BluetoothSocket
bluetoothsocket import statement import qtbluetooth 5.2 since qt 5.2 properties connected bool error enumeration service bluetoothservice state enumer...