Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    postSessionsCapabilitiesFull

    Updates capabilities for a device

    Requires authentication as user

    postSessionsCapabilitiesFull

    Request
    post /Sessions/Capabilities/Full
    Parameters
    Name In Type Default Notes
    *Id query

    Session Id

    *body body ClientCapabilities

    ClientCapabilities:

    Responses
    Status Code Type Description Samples
    200

    Operation successful. Empty response.

    400

    Bad Request. Server cannot process request.

    401

    Unauthorized. Client needs to authenticate.

    403

    Forbidden. No permission for the reqested operation.

    404

    Resource not found or unavailable.

    500

    Server error.

    Definitions

    ClientCapabilities

    see also MediaBrowser.Model.Session.ClientCapabilities

    Name Type Notes
    PlayableMediaTypes array
    SupportedCommands array
    SupportsMediaControl boolean
    PushToken string
    PushTokenType string
    SupportsSync boolean
    DeviceProfile DeviceProfile[]
    IconUrl string
    AppId string

    DeviceProfile

    see also MediaBrowser.Model.Dlna.DeviceProfile

    Name Type Notes
    Name string

    The name.

    Id string
    SupportedMediaTypes string
    MaxStreamingBitrate integer (int64)
    MusicStreamingTranscodingBitrate integer (int32)
    MaxStaticMusicBitrate integer (int32)
    DirectPlayProfiles DirectPlayProfile[]

    The direct play profiles.

    TranscodingProfiles TranscodingProfile[]

    The transcoding profiles.

    ContainerProfiles ContainerProfile[]
    CodecProfiles CodecProfile[]
    ResponseProfiles ResponseProfile[]
    SubtitleProfiles SubtitleProfile[]

    DirectPlayProfile

    see also MediaBrowser.Model.Dlna.DirectPlayProfile

    Name Type Notes
    Container string
    AudioCodec string
    VideoCodec string
    Type DlnaProfileType

    DlnaProfileType

    see also MediaBrowser.Model.Dlna.DlnaProfileType

    Enum Values
    • Audio
    • Video
    • Photo

    TranscodingProfile

    see also MediaBrowser.Model.Dlna.TranscodingProfile

    Name Type Notes
    Container string
    Type DlnaProfileType
    VideoCodec string
    AudioCodec string
    Protocol string
    EstimateContentLength boolean
    EnableMpegtsM2TsMode boolean
    TranscodeSeekInfo TranscodeSeekInfo
    CopyTimestamps boolean
    Context EncodingContext
    MaxAudioChannels string
    MinSegments integer (int32)
    SegmentLength integer (int32)
    BreakOnNonKeyFrames boolean
    AllowInterlacedVideoStreamCopy boolean
    ManifestSubtitles string
    MaxManifestSubtitles integer (int32)
    MaxWidth integer (int32)
    MaxHeight integer (int32)
    FillEmptySubtitleSegments boolean

    TranscodeSeekInfo

    see also MediaBrowser.Model.Dlna.TranscodeSeekInfo

    Enum Values
    • Auto
    • Bytes

    EncodingContext

    see also MediaBrowser.Model.Dlna.EncodingContext

    Enum Values
    • Streaming
    • Static

    ContainerProfile

    see also MediaBrowser.Model.Dlna.ContainerProfile

    Name Type Notes
    Type DlnaProfileType
    Conditions ProfileCondition[]
    Container string

    ProfileCondition

    see also MediaBrowser.Model.Dlna.ProfileCondition

    Name Type Notes
    Condition ProfileConditionType
    Property ProfileConditionValue
    Value string
    IsRequired boolean

    ProfileConditionType

    see also MediaBrowser.Model.Dlna.ProfileConditionType

    Enum Values
    • Equals
    • NotEquals
    • LessThanEqual
    • GreaterThanEqual
    • EqualsAny

    ProfileConditionValue

    see also MediaBrowser.Model.Dlna.ProfileConditionValue

    Enum Values
    • AudioChannels
    • AudioBitrate
    • AudioProfile
    • Width
    • Height
    • Has64BitOffsets
    • PacketLength
    • VideoBitDepth
    • VideoBitrate
    • VideoFramerate
    • VideoLevel
    • VideoProfile
    • VideoTimestamp
    • IsAnamorphic
    • RefFrames
    • NumAudioStreams
    • NumVideoStreams
    • IsSecondaryAudio
    • VideoCodecTag
    • IsAvc
    • IsInterlaced
    • AudioSampleRate
    • AudioBitDepth
    • VideoRange
    • VideoRotation

    CodecProfile

    see also MediaBrowser.Model.Dlna.CodecProfile

    Name Type Notes
    Type CodecType
    Conditions ProfileCondition[]
    ApplyConditions ProfileCondition[]
    Codec string
    Container string

    CodecType

    see also MediaBrowser.Model.Dlna.CodecType

    Enum Values
    • Video
    • VideoAudio
    • Audio

    ResponseProfile

    see also MediaBrowser.Model.Dlna.ResponseProfile

    Name Type Notes
    Container string
    AudioCodec string
    VideoCodec string
    Type DlnaProfileType
    OrgPn string
    MimeType string
    Conditions ProfileCondition[]

    SubtitleProfile

    see also MediaBrowser.Model.Dlna.SubtitleProfile

    Name Type Notes
    Format string
    Method SubtitleDeliveryMethod
    DidlMode string
    Language string
    Container string
    Protocol string

    SubtitleDeliveryMethod

    see also MediaBrowser.Model.Dlna.SubtitleDeliveryMethod

    Enum Values
    • Encode
    • Embed
    • External
    • Hls
    • VideoSideData
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.