Module io.lindstrom.mpd
Class PlayReadyContentProtection.Builder
- java.lang.Object
-
- io.lindstrom.mpd.data.descriptor.protection.PlayReadyContentProtection.Builder
-
- Enclosing class:
- PlayReadyContentProtection
public static class PlayReadyContentProtection.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description PlayReadyContentProtectionbuild()PlayReadyContentProtection.BuilderwithDefaultKID(java.lang.String defaultKID)PlayReadyContentProtection.BuilderwithPro(java.lang.String pro)PlayReadyContentProtection.BuilderwithPssh(java.lang.String pssh)PlayReadyContentProtection.BuilderwithValue(java.lang.String value)
-
-
-
Method Detail
-
withValue
public PlayReadyContentProtection.Builder withValue(java.lang.String value)
-
withDefaultKID
public PlayReadyContentProtection.Builder withDefaultKID(java.lang.String defaultKID)
-
withPssh
public PlayReadyContentProtection.Builder withPssh(java.lang.String pssh)
-
withPro
public PlayReadyContentProtection.Builder withPro(java.lang.String pro)
-
build
public PlayReadyContentProtection build()
-
-