Interface: AudioRequest
Defined in: attributes/audio/request.ts:9
Properties
endAt
endAt:
number
Defined in: attributes/audio/request.ts:20
The scene timestamp when the audio should STOP playing. (Optional)
id
id:
string
Defined in: attributes/audio/request.ts:10
loop
loop:
boolean
Defined in: attributes/audio/request.ts:30
src
src:
string
Defined in: attributes/audio/request.ts:12
The asset path or URL. ('src' is standard for media)
startAt
startAt:
number
Defined in: attributes/audio/request.ts:17
The scene timestamp when the audio should START playing.
trimStart
trimStart:
number
Defined in: attributes/audio/request.ts:25
Offset in seconds to skip ahead in the audio file. Default: 0
volume
volume:
number
Defined in: attributes/audio/request.ts:29