- java.lang.Object
-
- io.lindstrom.mpd.data.descriptor.Descriptor
-
- io.lindstrom.mpd.data.descriptor.protection.Mp4Protection
-
public class Mp4Protection extends Descriptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMp4Protection.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSCHEME_ID_URI-
Fields inherited from class io.lindstrom.mpd.data.descriptor.Descriptor
id, schemeIdUri
-
-
Constructor Summary
Constructors Constructor Description Mp4Protection(java.lang.String value, java.lang.String defaultKID)
-
Method Summary
Modifier and Type Method Description static Mp4Protection.Builderbuilder()Mp4Protection.BuilderbuildUpon()booleanequals(java.lang.Object o)java.lang.StringgetDefaultKID()java.lang.StringgetValue()inthashCode()java.lang.StringtoString()-
Methods inherited from class io.lindstrom.mpd.data.descriptor.Descriptor
getId, getSchemeIdUri
-
-
-
-
Field Detail
-
SCHEME_ID_URI
public static final java.lang.String SCHEME_ID_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
public java.lang.String getValue()
- Specified by:
getValuein classDescriptor
-
getDefaultKID
public java.lang.String getDefaultKID()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescriptor
-
buildUpon
public Mp4Protection.Builder buildUpon()
-
builder
public static Mp4Protection.Builder builder()
-
-