/* */ }
/* */
/* */ public static QTPointer fromSCData(SoundComponentData paramSoundComponentData)
/* */ {
/* 45 */ if (getIntFromArray(paramSoundComponentData.getBytes(), 20) == 0)
/* 46 */ throw new QTNullPointerException("SCD buffer is not set");
/* 47 */ return new QTPointer(getIntFromArray(paramSoundComponentData.getBytes(), 20), paramSoundComponentData.getSampleSize() / 8 * paramSoundComponentData.getSampleCount(), paramSoundComponentData);
/* */ }