FFmpeg
|
Data Fields | |
enum AVMediaType | type |
struct playlist * | playlist |
char | group_id [MAX_FIELD_LEN] |
char | language [MAX_FIELD_LEN] |
char | name [MAX_FIELD_LEN] |
int | disposition |
enum AVMediaType rendition::type |
Definition at line 147 of file hls.c.
Referenced by add_metadata_from_renditions(), add_renditions_to_variant(), and new_rendition().
struct playlist* rendition::playlist |
Definition at line 148 of file hls.c.
Referenced by add_renditions_to_variant(), and new_rendition().
char rendition::group_id[MAX_FIELD_LEN] |
Definition at line 149 of file hls.c.
Referenced by add_renditions_to_variant(), and new_rendition().
char rendition::language[MAX_FIELD_LEN] |
Definition at line 150 of file hls.c.
Referenced by add_metadata_from_renditions(), and new_rendition().
char rendition::name[MAX_FIELD_LEN] |
Definition at line 151 of file hls.c.
Referenced by add_metadata_from_renditions(), and new_rendition().
int rendition::disposition |
Definition at line 152 of file hls.c.
Referenced by add_metadata_from_renditions(), and new_rendition().