MediaFX QML Types

QML Types

MediaFX QML types can be imported into your application using the import MediaFX statement in your .qml file.

AudioRenderer

Renders audio for a MediaClip

MediaClip

Plays audio and video frames from a source

MediaSequence

Plays a sequence of MediaSequenceClip components in order, with MediaTransition transitions between them

MediaSequenceClip

MediaClip type that can be used with MediaSequence

MultiEffectState

A State that applies a MultiEffect to a video when active

RenderSession

Manages the current rendering session

RenderWindow

Renders QML content into an offscreen buffer

Transformer

Computes pan, zoom, rotate transformation

VideoRenderer

Renders video frames from a MediaClip