mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
use video_reset for callbacks that exit main_loop (no changes)
This commit is contained in:
10
lib/raop.h
10
lib/raop.h
@@ -61,10 +61,12 @@ typedef enum video_codec_e {
|
||||
} video_codec_t;
|
||||
|
||||
typedef enum reset_type_e {
|
||||
RESET_TYPE_NOHOLD,
|
||||
RESET_TYPE_RTP_SHUTDOWN,
|
||||
RESET_TYPE_HLS_SHUTDOWN,
|
||||
RESET_TYPE_HLS_EOS
|
||||
RESET_TYPE_NOHOLD,
|
||||
RESET_TYPE_RTP_SHUTDOWN,
|
||||
RESET_TYPE_HLS_SHUTDOWN,
|
||||
RESET_TYPE_HLS_EOS,
|
||||
RESET_TYPE_ON_VIDEO_PLAY,
|
||||
RESET_TYPE_TEARDOWN_110
|
||||
} reset_type_t;
|
||||
|
||||
struct raop_callbacks_s {
|
||||
|
||||
Reference in New Issue
Block a user