org.fourthline.cling.support.model.dlna
Class DLNAPlaySpeedAttribute
java.lang.Object
org.fourthline.cling.support.model.dlna.DLNAAttribute<AVTransportVariable.TransportPlaySpeed[]>
org.fourthline.cling.support.model.dlna.DLNAPlaySpeedAttribute
public class DLNAPlaySpeedAttribute
- extends DLNAAttribute<AVTransportVariable.TransportPlaySpeed[]>
- Author:
- Mario Franco
DLNAPlaySpeedAttribute
public DLNAPlaySpeedAttribute()
DLNAPlaySpeedAttribute
public DLNAPlaySpeedAttribute(AVTransportVariable.TransportPlaySpeed[] speeds)
DLNAPlaySpeedAttribute
public DLNAPlaySpeedAttribute(String[] speeds)
setString
public void setString(String s,
String cf)
throws InvalidDLNAProtocolAttributeException
- Specified by:
setString
in class DLNAAttribute<AVTransportVariable.TransportPlaySpeed[]>
- Parameters:
s
- This attribute's value as a string representation.cf
- This attribute's mime type as a string representation, optional.
- Throws:
InvalidDLNAProtocolAttributeException
- If the value is invalid for this DLNA attribute.
getString
public String getString()
- Specified by:
getString
in class DLNAAttribute<AVTransportVariable.TransportPlaySpeed[]>
- Returns:
- A string representing this attribute's value.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.