C

What's New In This Release

Here you can find a summary of all things new in the Qt for Android Automotive 6.7 release.

Features that are a technical preview

The following parts of the API are at the technical preview stage. These are subject to change and there are no maintenance, source, or binary compatibility guarantees. These may not be fully released in the future.

MediaSessionController

Controls the current media being played on a device. (Technical Preview)

MediaSessionManager

List of media controllers currently active on the device. (Technical Preview)

QMediaSessionController

Controls the current media being played on a device. (Technical Preview)

QMediaSessionManager

List of media controllers currently active on the device. (Technical Preview)

New features

For a good overview of the features introduced in this release see the What's New in Qt for Android Automotive 6.7 blog post.

Porting from the previous release

There are no source and binary compatibility breaks between Qt for Android Automotive versions 6.6 and 6.7.

API change details

Any new features in this release will be listed here:

New Member Functions

Class QActivityView:

(since QtAndroidAutomotive 6.7) const QMatrix4x4 &currentFrameTextureTransformation() const
(since QtAndroidAutomotive 6.7) qint64 currentFrameTimestamp() const
(since QtAndroidAutomotive 6.7) void forwardInputEvent(const QJniObject &inputEvent)
(since QtAndroidAutomotive 6.7) bool isNewFrameAvailable() const
(since QtAndroidAutomotive 6.7) void sendKeyClick(int keyCode)
(since QtAndroidAutomotive 6.7) void sendTouchEvent(const QTouchEvent &touchEvent, const QTransform &transform = {})
(since QtAndroidAutomotive 6.7) std::unique_ptr<QRhiTexture> startRendering(QRhi *rhi, int textureWidth, int textureHeight)
(since QtAndroidAutomotive 6.7) void stopRendering()
(since QtAndroidAutomotive 6.7) void updateCurrentFrame()

For deprecated parts of this API see Obsolete Members for ActivityView.

Note: The back-end of Qt Android Activity View Module has been replaced with TexturedActivityView. In the new backend, QQuickActivityView supports resizing, z-order, and transformation.

Available under certain Qt licenses.
Find out more.