Plabyback info dto.

PlaybackInfoDto

interface PlaybackInfoDto {
    AllowAudioStreamCopy?: null | boolean;
    AllowVideoStreamCopy?: null | boolean;
    AlwaysBurnInSubtitleWhenTranscoding?: null | boolean;
    AudioStreamIndex?: null | number;
    AutoOpenLiveStream?: null | boolean;
    DeviceProfile?: DeviceProfile;
    EnableDirectPlay?: null | boolean;
    EnableDirectStream?: null | boolean;
    EnableTranscoding?: null | boolean;
    LiveStreamId?: null | string;
    MaxAudioChannels?: null | number;
    MaxStreamingBitrate?: null | number;
    MediaSourceId?: null | string;
    StartTimeTicks?: null | number;
    SubtitleStreamIndex?: null | number;
    UserId?: null | string;
}

Properties

AllowAudioStreamCopy?: null | boolean

Gets or sets a value indicating whether to allow audio stream copy.

PlaybackInfoDto

AllowVideoStreamCopy?: null | boolean

Gets or sets a value indicating whether to enable video stream copy.

PlaybackInfoDto

AlwaysBurnInSubtitleWhenTranscoding?: null | boolean

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

PlaybackInfoDto

AudioStreamIndex?: null | number

Gets or sets the audio stream index.

PlaybackInfoDto

AutoOpenLiveStream?: null | boolean

Gets or sets a value indicating whether to auto open the live stream.

PlaybackInfoDto

DeviceProfile?: DeviceProfile

PlaybackInfoDto

EnableDirectPlay?: null | boolean

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

PlaybackInfoDto

EnableDirectStream?: null | boolean

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

PlaybackInfoDto

EnableTranscoding?: null | boolean

Gets or sets a value indicating whether to enable transcoding.

PlaybackInfoDto

LiveStreamId?: null | string

Gets or sets the live stream id.

PlaybackInfoDto

MaxAudioChannels?: null | number

Gets or sets the max audio channels.

PlaybackInfoDto

MaxStreamingBitrate?: null | number

Gets or sets the max streaming bitrate.

PlaybackInfoDto

MediaSourceId?: null | string

Gets or sets the media source id.

PlaybackInfoDto

StartTimeTicks?: null | number

Gets or sets the start time in ticks.

PlaybackInfoDto

SubtitleStreamIndex?: null | number

Gets or sets the subtitle stream index.

PlaybackInfoDto

UserId?: null | string

Gets or sets the playback userId.

PlaybackInfoDto