| Class | Description |
|---|---|
| DLNAAttribute<T> |
Transforms known and standardized DLNA attributes from/to string representation.
|
| DLNAConversionIndicatorAttribute | |
| DLNAFlagsAttribute | |
| DLNAOperationsAttribute | |
| DLNAPlaySpeedAttribute | |
| DLNAProfileAttribute | |
| DLNAProfiles.DLNAMimeTypes | |
| DLNAProtocolInfo |
Encaspulates a MIME type (content format) and transport, protocol, additional information.
|
| Enum | Description |
|---|---|
| DLNAAttribute.Type |
Maps a standardized DLNA attribute to potential attribute subtypes.
|
| DLNAConversionIndicator |
DLNA.ORG_CI: conversion indicator parameter (integer)
0 not transcoded
1 transcoded
|
| DLNAFlags |
DLNA.ORG_FLAGS, padded with 24 trailing 0s
80000000 31 senderPaced
40000000 30 lsopTimeBasedSeekSupported
20000000 29 lsopByteBasedSeekSupported
10000000 28 playcontainerSupported
8000000 27 s0IncreasingSupported
4000000 26 sNIncreasingSupported
2000000 25 rtspPauseSupported
1000000 24 streamingTransferModeSupported
800000 23 interactiveTransferModeSupported
400000 22 backgroundTransferModeSupported
200000 21 connectionStallingSupported
100000 20 dlnaVersion15Supported
Example: (1 << 24) | (1 << 22) | (1 << 21) | (1 << 20)
DLNA.ORG_FLAGS=01700000[000000000000000000000000] // [] show padding
|
| DLNAOperations |
DLNA.ORG_OP: operations parameter (string)
"00" (or "0") neither time seek range nor range supported
"01" range supported
"10" time seek range supported
"11" both time seek range and range supported
|
| DLNAProfiles |
DLNA.ORG_PN: DLNA Profiles
|
| Exception | Description |
|---|---|
| InvalidDLNAProtocolAttributeException |
Thrown if the value of a header was invalid for the given header.
|
Copyright © 2023 jUPnP.org. All rights reserved.