Searched refs:avcLevelIndication (Results 1 – 1 of 1) sorted by relevance
61 return avcDecoderConfigurationRecord.avcLevelIndication; in getAvcLevelIndication()88 public void setAvcLevelIndication(int avcLevelIndication) { in setAvcLevelIndication() argument89 this.avcDecoderConfigurationRecord.avcLevelIndication = avcLevelIndication; in setAvcLevelIndication()191 public int avcLevelIndication; field in AvcConfigurationBox.AVCDecoderConfigurationRecord218 avcLevelIndication = IsoTypeReader.readUInt8(content); in AVCDecoderConfigurationRecord()269 IsoTypeWriter.writeUInt8(byteBuffer, avcLevelIndication); in getContent()