/* ** SampleDuration.java ** ** Copyright (c) 2011 Peter McQuillan ** ** All Rights Reserved. ** ** Distributed under the BSD Software License (see license.txt) ** */ package com.beatofthedrum.alacdecoder; class SampleDuration { int sample_byte_size = 0; int sample_duration = 0; }