Open live stream dto.

OpenLiveStreamDto

interface OpenLiveStreamDto {
    AlwaysBurnInSubtitleWhenTranscoding?: null | boolean;
    AudioStreamIndex?: null | number;
    DeviceProfile?: DeviceProfile;
    DirectPlayProtocols?: MediaProtocol[];
    EnableDirectPlay?: null | boolean;
    EnableDirectStream?: null | boolean;
    ItemId?: null | string;
    MaxAudioChannels?: null | number;
    MaxStreamingBitrate?: null | number;
    OpenToken?: null | string;
    PlaySessionId?: null | string;
    StartTimeTicks?: null | number;
    SubtitleStreamIndex?: null | number;
    UserId?: null | string;
}

Properties

AlwaysBurnInSubtitleWhenTranscoding?: null | boolean

Gets or sets a value indicating whether always burn in subtitles when transcoding.

OpenLiveStreamDto

AudioStreamIndex?: null | number

Gets or sets the audio stream index.

OpenLiveStreamDto

DeviceProfile?: DeviceProfile

OpenLiveStreamDto

DirectPlayProtocols?: MediaProtocol[]

Gets or sets the device play protocols.

OpenLiveStreamDto

EnableDirectPlay?: null | boolean

Gets or sets a value indicating whether to enable direct play.

OpenLiveStreamDto

EnableDirectStream?: null | boolean

Gets or sets a value indicating whether to enale direct stream.

OpenLiveStreamDto

ItemId?: null | string

Gets or sets the item id.

OpenLiveStreamDto

MaxAudioChannels?: null | number

Gets or sets the max audio channels.

OpenLiveStreamDto

MaxStreamingBitrate?: null | number

Gets or sets the max streaming bitrate.

OpenLiveStreamDto

OpenToken?: null | string

Gets or sets the open token.

OpenLiveStreamDto

PlaySessionId?: null | string

Gets or sets the play session id.

OpenLiveStreamDto

StartTimeTicks?: null | number

Gets or sets the start time in ticks.

OpenLiveStreamDto

SubtitleStreamIndex?: null | number

Gets or sets the subtitle stream index.

OpenLiveStreamDto

UserId?: null | string

Gets or sets the user id.

OpenLiveStreamDto