Home
last modified time | relevance | path

Searched refs:pl_type (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c204 uint32_t pl_type; // enum PlaylistType member
1165 if (hls->pl_type != PLAYLIST_TYPE_NONE) in hls_append_segment()
1544 int use_temp_file = is_file_proto && ((hls->flags & HLS_TEMP_FILE) || !(hls->pl_type == PLAYLIST_TYPE_VOD)); in hls_window()
1593 target_duration, sequence, hls->pl_type, hls->flags & HLS_I_FRAMES_ONLY); in hls_window()
2615 if (hls->pl_type != PLAYLIST_TYPE_VOD) { in hls_write_packet()
3150 {"hls_playlist_type", "set the HLS playlist type", OFFSET(pl_type), AV_OPT_TYPE_INT, {.i64 = PLAYLIST_TYPE_NONE }, 0, PLAYLIST_TYPE_NB-1, E, "pl_type" },
3151 {"event", "EVENT playlist", 0, AV_OPT_TYPE_CONST, {.i64 = PLAYLIST_TYPE_EVENT }, INT_MIN, INT_MAX, E, "pl_type" },
3152 {"vod", "VOD playlist", 0, AV_OPT_TYPE_CONST, {.i64 = PLAYLIST_TYPE_VOD }, INT_MIN, INT_MAX, E, "pl_type" },

Completed in 5 milliseconds