Uses of Class
org.mp4parser.boxes.microsoft.ProtectionSpecificHeader
-
Packages that use ProtectionSpecificHeader Package Description org.mp4parser.boxes.microsoft org.mp4parser.boxes.microsoft.contentprotection -
-
Uses of ProtectionSpecificHeader in org.mp4parser.boxes.microsoft
Fields in org.mp4parser.boxes.microsoft with type parameters of type ProtectionSpecificHeader Modifier and Type Field Description protected static Map<UUID,Class<? extends ProtectionSpecificHeader>>ProtectionSpecificHeader. uuidRegistryMethods in org.mp4parser.boxes.microsoft that return ProtectionSpecificHeader Modifier and Type Method Description static ProtectionSpecificHeaderProtectionSpecificHeader. createFor(UUID systemId, ByteBuffer bufferWrapper)ProtectionSpecificHeaderUuidBasedProtectionSystemSpecificHeaderBox. getProtectionSpecificHeader()Methods in org.mp4parser.boxes.microsoft with parameters of type ProtectionSpecificHeader Modifier and Type Method Description voidUuidBasedProtectionSystemSpecificHeaderBox. setProtectionSpecificHeader(ProtectionSpecificHeader protectionSpecificHeader) -
Uses of ProtectionSpecificHeader in org.mp4parser.boxes.microsoft.contentprotection
Subclasses of ProtectionSpecificHeader in org.mp4parser.boxes.microsoft.contentprotection Modifier and Type Class Description classGenericHeaderSpecifications > Microsoft PlayReady Format Specification > 2.classPlayReadyHeaderSpecifications > Microsoft PlayReady Format Specification > 2.
-