Shaka Packager SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
shaka::media::VideoStreamInfoParameters Struct Reference

Public Attributes

int track_id
 
int32_t time_scale
 
int64_t duration
 
Codec codec
 
std::string codec_string
 
std::string language
 
uint16_t width
 
uint16_t height
 
uint32_t pixel_width
 
uint32_t pixel_height
 
uint8_t nalu_length_size
 
std::vector< uint8_t > codec_config
 
bool is_encrypted
 

Detailed Description

Definition at line 85 of file muxer_listener_test_helper.h.

Constructor & Destructor Documentation

◆ VideoStreamInfoParameters()

shaka::media::VideoStreamInfoParameters::VideoStreamInfoParameters ( )

Definition at line 16 of file muxer_listener_test_helper.cc.

◆ ~VideoStreamInfoParameters()

shaka::media::VideoStreamInfoParameters::~VideoStreamInfoParameters ( )

Definition at line 17 of file muxer_listener_test_helper.cc.

Member Data Documentation

◆ codec

Codec shaka::media::VideoStreamInfoParameters::codec

Definition at line 91 of file muxer_listener_test_helper.h.

◆ codec_config

std::vector<uint8_t> shaka::media::VideoStreamInfoParameters::codec_config

Definition at line 99 of file muxer_listener_test_helper.h.

◆ codec_string

std::string shaka::media::VideoStreamInfoParameters::codec_string

Definition at line 92 of file muxer_listener_test_helper.h.

◆ duration

int64_t shaka::media::VideoStreamInfoParameters::duration

Definition at line 90 of file muxer_listener_test_helper.h.

◆ height

uint16_t shaka::media::VideoStreamInfoParameters::height

Definition at line 95 of file muxer_listener_test_helper.h.

◆ is_encrypted

bool shaka::media::VideoStreamInfoParameters::is_encrypted

Definition at line 100 of file muxer_listener_test_helper.h.

◆ language

std::string shaka::media::VideoStreamInfoParameters::language

Definition at line 93 of file muxer_listener_test_helper.h.

◆ nalu_length_size

uint8_t shaka::media::VideoStreamInfoParameters::nalu_length_size

Definition at line 98 of file muxer_listener_test_helper.h.

◆ pixel_height

uint32_t shaka::media::VideoStreamInfoParameters::pixel_height

Definition at line 97 of file muxer_listener_test_helper.h.

◆ pixel_width

uint32_t shaka::media::VideoStreamInfoParameters::pixel_width

Definition at line 96 of file muxer_listener_test_helper.h.

◆ time_scale

int32_t shaka::media::VideoStreamInfoParameters::time_scale

Definition at line 89 of file muxer_listener_test_helper.h.

◆ track_id

int shaka::media::VideoStreamInfoParameters::track_id

Definition at line 88 of file muxer_listener_test_helper.h.

◆ width

uint16_t shaka::media::VideoStreamInfoParameters::width

Definition at line 94 of file muxer_listener_test_helper.h.


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