CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
[CriMana] VP9 codec movie

Description of the sample

Overview

cri4u_samples_crimana_exp01_screenshot.png

This sample use the playback component to display a VP9 movie.
When this sample is executed, the movie is automatically looped.
With the left mouse button you can start / stop the movie playback.

Scene information


Middleware CRI Sofdec (CRI Mana )
Sample Expansion samples
Location /CRIWARE/SDK/unity/samples/UnityProject/Assets/Scenes/crimana/expansion/
Scene file Scene_01_Vp9Playback.unity


Description of the program

Use the CriManaMovieController component.


Initialization parameters

It is not necessary to set specific initialization parameters for VP9 playback.
If the Mana initialization is enabled, VP9 playback will be enabled by default.

Regarding playback control

The CriManaMovieController component offers three controls for movie playback: start, stop, and pause.
If you need more advanced playback control, please access the CriManaMovieController.player property and control the playback with the CriMana::Player API.