Conviva Client Library
Data Fields
ccl_bidid_input_info_t Struct Reference

Conviva's Bid Id Input Information. More...

#include <ccl_bidid.h>

Data Fields

char * content_id
 Uniquely identifiable content id. More...
 
char * channel_id
 Channel id of the program. More...
 
ccl_bidid_stream_type_t stream_type
 Type of the stream like live,vod,dvr,catchup. More...
 

Detailed Description

Conviva's Bid Id Input Information.

Field Documentation

◆ channel_id

char* ccl_bidid_input_info_t::channel_id

Channel id of the program.

◆ content_id

char* ccl_bidid_input_info_t::content_id

Uniquely identifiable content id.

◆ stream_type

ccl_bidid_stream_type_t ccl_bidid_input_info_t::stream_type

Type of the stream like live,vod,dvr,catchup.