MediaClip QML Type
Plays audio and video frames from a source. More...
Import Statement: | import MediaFX |
Inherited By: |
Properties
- active : bool
- audioRenderer : int
- currentFrameTime : interval
- duration : int
- endTime : int
- source : url
- startTime : int
Signals
Detailed Description
Property Documentation
active : bool |
true
if the clip is currently rendering video frames into a VideoRenderer.
audioRenderer : int |
The AudioRenderer to render audio into.
endTime : int |
The end time (in milliseconds) of the clip. Defaults to the clips duration.
source : url |
The source media file url.
startTime : int |
The start time offset (in milliseconds) of the clip. Defaults to 0.
Signal Documentation
clipEnded() |
This signal is emitted when the clip has finished playback.
Note: The corresponding handler is onClipEnded
.