CRI Sofdec2
Last Updated: 2022-11-21 16:25 p
|
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 |
Video-related playback parameters.
CriBool video_flag |
[Not used] Flags used by videos
CriSint32 max_width |
Max movie width (multiple of 8)
CriSint32 max_height |
Max movie height (multiple of 8)
CriSint32 num_frame_pools |
Number of frame pools
CriManaVideoCodecType codec_type |
Type of codec (Assumed to be Sofdec.Prime when CRIMANA_VIDEO_CODEC_UNKNOWN is specified)
CriSint32 capacity_of_picsize |
Upper picture size limit
CriSint32 framerate_n |
Frame rate (numerator) in rational number format framerate [x1000] = framerate_n / framerate_d
CriSint32 framerate_d |
Frame rate (denominator) in rational number format framerate [x1000] = framerate_n / framerate_d