Video and Image Processing Suite User Guide

ID 683416
Date 4/04/2022
Public
Document Table of Contents

A.3.4. c_av_st_video_item

The declaration for the c_av_st_video_item class:
class c_av_st_video_item;
Table 97.  Method Calls for c_av_st_video_item Class
Method Call Description
function new(); Constructor
function void copy (c_av_st_video_item c); Sets this.packet_type to match that of c.
function void set_packet_type (t_packet_types ptype);
function t_packet_types get_packet_type();
Table 98.  Members of c_av_st_video_item Class
Member Description
t_packet_types packet_type; Packet_type must be one of the following:
  • video_packet
  • control_packet
  • user_packet
  • generic_packet
  • undefined