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

Movie information structure. More...

#include <cri_mana.h>

Data Fields

CriUint32 is_playable
 
CriUint32 average_bitrate
 
CriUint32 max_chunk_size
 
CriUint32 min_buffer_size
 
CriUint32 num_video_streams
 
CriManaVideoInfo video_prm [CRIMANA_MAX_VIDEO_NUM]
 
CriUint32 num_audio_streams
 
CriManaAudioInfo audio_prm [CRIMANA_MAX_AUDIO_NUM]
 
CriUint32 num_subtitle_channels
 
CriUint32 max_subtitle_size
 
CriUint32 num_alpha_streams
 
CriManaAlphaInfo alpha_prm [CRIMANA_MAX_ALPHA_NUM]
 
CriBool seekinfo_flag
 
CriUint32 format_ver
 

Detailed Description

Movie information structure.

Description:
Movie file information that can be gotten after header analysis.
See also
criManaPlayer_GetMovieInfo

Field Documentation

◆ is_playable

CriUint32 is_playable

Playable flag (1: Playable, 0: Not playable)

◆ average_bitrate

CriUint32 average_bitrate

Average bit rate (total for video and audio)

◆ max_chunk_size

CriUint32 max_chunk_size

Maximum USF chunk size

◆ min_buffer_size

CriUint32 min_buffer_size

Minimum required load buffer size.
Audio and video total.

◆ num_video_streams

CriUint32 num_video_streams

Number of video streams. Currently fixed to 1.

◆ video_prm

Video parameters

◆ num_audio_streams

CriUint32 num_audio_streams

Number of audio streams

◆ audio_prm

Audio parameters

◆ num_subtitle_channels

CriUint32 num_subtitle_channels

Number of subtitle channels

◆ max_subtitle_size

CriUint32 max_subtitle_size

Maximum subtitle data size

◆ num_alpha_streams

CriUint32 num_alpha_streams

Number of alpha streams. Currently fixed to 1.

◆ alpha_prm

Alpha parameters

◆ seekinfo_flag

CriBool seekinfo_flag

Seek information flags

◆ format_ver

CriUint32 format_ver

Format version


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