Home
last modified time | relevance | path

Searched refs:SchemeInformationBox (Results 1 – 3 of 3) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DItemProtectionBox.java38 public SchemeInformationBox getItemProtectionScheme() { in getItemProtectionScheme()
39 if (!getBoxes(SchemeInformationBox.class).isEmpty()) { in getItemProtectionScheme()
40 return getBoxes(SchemeInformationBox.class).get(0); in getItemProtectionScheme()
DSchemeInformationBox.java26 public class SchemeInformationBox extends AbstractContainerBox { class
29 public SchemeInformationBox() { in SchemeInformationBox() method in SchemeInformationBox
/external/mp4parser/isoparser/src/main/resources/
Disoparser-default.properties144 schi=com.coremedia.iso.boxes.SchemeInformationBox()