CRIWARE Unity Plugin Manual  Last Updated: 2025-05-08
[CriMana] AV1 Movie

Sample Content

Overview

cri4u_samples_crimana_exp02_screenshot.png

This is a sample that uses the playback component to play AV1 movies.
When you run this sample, the following movie will automatically be played in a loop.
You can use the button on the left to switch the movie between play and stop.

Scene Information


Middleware CRI Sofdec (CRI Mana)
Sample Expansion sample
Storage location /CRIWARE/SDK/unity/samples/UnityProject/Assets/Scenes/crimana/expansion/
Scene File Scene_02_Av1Playback.unity


Program Description

Use the CriManaMovieController component.


About initialization parameters

There is no need to set any initialization parameters for AV1 playback.
If Mana initialization is enabled, VP9 playback is enabled by default.

About playback control

The CriManaMovieController component provides three playback controls: start, stop, and pause.
If you want to perform complex playback control, access the CriManaMovieController.player property and use the CriMana::Player API to control playback.