| Package | Description |
|---|---|
| org.jupnp.support.model.dlna |
| Modifier and Type | Class and Description |
|---|---|
class |
DLNAConversionIndicatorAttribute |
class |
DLNAFlagsAttribute |
class |
DLNAOperationsAttribute |
class |
DLNAPlaySpeedAttribute |
class |
DLNAProfileAttribute |
| Modifier and Type | Field and Description |
|---|---|
protected Map<DLNAAttribute.Type,DLNAAttribute<?>> |
DLNAProtocolInfo.attributes |
| Modifier and Type | Method and Description |
|---|---|
DLNAAttribute<?> |
DLNAProtocolInfo.getAttribute(DLNAAttribute.Type type) |
static DLNAAttribute<?> |
DLNAAttribute.newInstance(DLNAAttribute.Type type,
String attributeValue,
String contentFormat)
Create a new instance of a
DLNAAttribute subtype that matches the given type and value. |
| Modifier and Type | Method and Description |
|---|---|
Map<DLNAAttribute.Type,DLNAAttribute<?>> |
DLNAProtocolInfo.getAttributes() |
| Constructor and Description |
|---|
DLNAProtocolInfo(DLNAProfiles profile,
Map<DLNAAttribute.Type,DLNAAttribute<?>> attributes) |
DLNAProtocolInfo(Protocol protocol,
String network,
String contentFormat,
Map<DLNAAttribute.Type,DLNAAttribute<?>> attributes) |
Copyright © 2023 jUPnP.org. All rights reserved.