Skip to content

Latest commit

 

History

History
43 lines (40 loc) · 1.92 KB

MediaSourceInfo.md

File metadata and controls

43 lines (40 loc) · 1.92 KB

MediaSourceInfo

Properties

Name Type Description Notes
protocol str [optional]
id str [optional]
path str [optional]
encoder_path str [optional]
encoder_protocol str [optional]
type str [optional]
container str [optional]
size int [optional]
name str [optional]
is_remote bool [optional]
run_time_ticks int [optional]
supports_transcoding bool [optional]
supports_direct_stream bool [optional]
supports_direct_play bool [optional]
is_infinite_stream bool [optional]
requires_opening bool [optional]
open_token str [optional]
requires_closing bool [optional]
live_stream_id str [optional]
buffer_ms int [optional]
requires_looping bool [optional]
supports_probing bool [optional]
video3_d_format str [optional]
media_streams list[MediaStream] [optional]
formats list[str] [optional]
bitrate int [optional]
timestamp str [optional]
required_http_headers dict(str, str) [optional]
transcoding_url str [optional]
transcoding_sub_protocol str [optional]
transcoding_container str [optional]
analyze_duration_ms int [optional]
read_at_native_framerate bool [optional]
default_audio_stream_index int [optional]
default_subtitle_stream_index int [optional]

[Back to Model list] [Back to API list] [Back to README]