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

Video-related playback parameters. More...

#include <cri_mana.h>

Data Fields

CriBool video_flag
 
CriSint32 max_width
 
CriSint32 max_height
 
CriSint32 num_frame_pools
 
CriManaVideoCodecType codec_type
 
CriSint32 capacity_of_picsize
 
CriSint32 framerate_n
 
CriSint32 framerate_d
 

Detailed Description

Video-related playback parameters.

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

Field Documentation

◆ video_flag

CriBool video_flag

[Not used] Flags used by videos

◆ max_width

CriSint32 max_width

Max movie width (multiple of 8)

◆ max_height

CriSint32 max_height

Max movie height (multiple of 8)

◆ num_frame_pools

CriSint32 num_frame_pools

Number of frame pools

◆ codec_type

Type of codec (Assumed to be Sofdec.Prime when CRIMANA_VIDEO_CODEC_UNKNOWN is specified)

◆ capacity_of_picsize

CriSint32 capacity_of_picsize

Upper picture size limit

◆ framerate_n

CriSint32 framerate_n

Frame rate (numerator) in rational number format framerate [x1000] = framerate_n / framerate_d

◆ framerate_d

CriSint32 framerate_d

Frame rate (denominator) in rational number format framerate [x1000] = framerate_n / framerate_d


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