CRI Sofdec2  Last Updated: 2022-11-21 16:25 p
CriManaPlaybackAlphaParams Struct Reference

Alpha channel parameters. More...

#include <cri_mana.h>

Data Fields

CriBool alpha_flag
 
CriManaAlphaType alpha_type
 
CriSint32 max_width
 
CriSint32 max_height
 
CriManaVideoCodecType codec_type
 
CriSint32 capacity_of_picsize
 

Detailed Description

Alpha channel parameters.

Description:
Displays the parameters necessary for decoding alpha channels. The work area necessary for alpha channel decoding is calculated based on these parameters, and added to the final work size.
See also
CriManaPlaybackBasicWorkConfig, criManaPlayer_GetPlaybackWorkParam, criManaPlayer_CalculatePlaybackWorkSize, criManaPlayer_SetPlaybackWork

Field Documentation

◆ alpha_flag

CriBool alpha_flag

Flags used by alpha channels

◆ alpha_type

CriManaAlphaType alpha_type

Alpha movie composition mode

◆ max_width

CriSint32 max_width

Max movie width (multiple of 8)

◆ max_height

CriSint32 max_height

Max movie height (multiple of 8)

◆ codec_type

Codec type (Assumed to be Sofdec.Prime when CRIMANA_VIDEO_CODEC_UNKNOWN is specified)

◆ capacity_of_picsize

CriSint32 capacity_of_picsize

Upper picture size limit


The documentation for this struct was generated from the following file: