MediaClip QML Type

Plays audio and video frames from a source. More...

Import Statement: import MediaFX
Inherited By:

MediaSequenceClip

Properties

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.


currentFrameTime : interval

The time interval of the currently rendered video frame.


duration : int

The duration (in milliseconds) of the clip. This is (endTime - startTime).


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.