Searched refs:auxInfoType (Results 1 – 2 of 2) sorted by relevance
36 private String auxInfoType; field in SampleAuxiliaryInformationSizesBox59 byteBuffer.put(IsoFile.fourCCtoBytes(auxInfoType)); in getContent()79 auxInfoType = IsoTypeReader.read4cc(content); in _parseDetails()96 return auxInfoType; in getAuxInfoType()99 public void setAuxInfoType(String auxInfoType) { in setAuxInfoType() argument100 this.auxInfoType = auxInfoType; in setAuxInfoType()141 ", auxInfoType='" + auxInfoType + '\'' + in toString()
52 private long auxInfoType; field in SampleAuxiliaryInformationOffsetsBox68 IsoTypeWriter.writeUInt32(byteBuffer, auxInfoType); in getContent()87 auxInfoType = IsoTypeReader.readUInt32(content); in _parseDetails()105 return auxInfoType; in getAuxInfoType()108 public void setAuxInfoType(long auxInfoType) { in setAuxInfoType() argument109 this.auxInfoType = auxInfoType; in setAuxInfoType()