mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 14:20:08 +00:00
2.4 KiB
2.4 KiB
MediaSourceInfo
Properties
Name | Type | Description | Notes |
---|---|---|---|
_protocol | MediaProtocol | [optional] | |
id | String | [optional] | |
path | String | [optional] | |
encoderPath | String | [optional] | |
encoderProtocol | MediaProtocol | [optional] | |
type | MediaSourceType | [optional] | |
container | String | [optional] | |
size | Int64 | [optional] | |
name | String | [optional] | |
isRemote | Bool | Differentiate internet url vs local network. | [optional] |
eTag | String | [optional] | |
runTimeTicks | Int64 | [optional] | |
readAtNativeFramerate | Bool | [optional] | |
ignoreDts | Bool | [optional] | |
ignoreIndex | Bool | [optional] | |
genPtsInput | Bool | [optional] | |
supportsTranscoding | Bool | [optional] | |
supportsDirectStream | Bool | [optional] | |
supportsDirectPlay | Bool | [optional] | |
isInfiniteStream | Bool | [optional] | |
requiresOpening | Bool | [optional] | |
openToken | String | [optional] | |
requiresClosing | Bool | [optional] | |
liveStreamId | String | [optional] | |
bufferMs | Int | [optional] | |
requiresLooping | Bool | [optional] | |
supportsProbing | Bool | [optional] | |
videoType | VideoType | [optional] | |
isoType | IsoType | [optional] | |
video3DFormat | Video3DFormat | [optional] | |
mediaStreams | [MediaStream] | [optional] | |
mediaAttachments | [MediaAttachment] | [optional] | |
formats | [String] | [optional] | |
bitrate | Int | [optional] | |
timestamp | TransportStreamTimestamp | [optional] | |
requiredHttpHeaders | [String: String] | [optional] | |
transcodingUrl | String | [optional] | |
transcodingSubProtocol | String | [optional] | |
transcodingContainer | String | [optional] | |
analyzeDurationMs | Int | [optional] | |
defaultAudioStreamIndex | Int | [optional] | |
defaultSubtitleStreamIndex | Int | [optional] |