Module io.lindstrom.mpd
Class Mp4Protection.Builder
- java.lang.Object
-
- io.lindstrom.mpd.data.descriptor.protection.Mp4Protection.Builder
-
- Enclosing class:
- Mp4Protection
public static class Mp4Protection.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description Mp4Protectionbuild()Mp4Protection.BuilderwithDefaultKID(java.lang.String defaultKID)Mp4Protection.BuilderwithValue(java.lang.String value)
-
-
-
Method Detail
-
withDefaultKID
public Mp4Protection.Builder withDefaultKID(java.lang.String defaultKID)
-
withValue
public Mp4Protection.Builder withValue(java.lang.String value)
-
build
public Mp4Protection build()
-
-