Examples of MediaEQSpectrumBands


Examples of quicktime.std.movies.media.MediaEQSpectrumBands

/*     */   }
/*     */
/*     */   public MediaEQSpectrumBands getEQSpectrumBands(int paramInt)
/*     */     throws SoundException
/*     */   {
/* 274 */     MediaEQSpectrumBands localMediaEQSpectrumBands = new MediaEQSpectrumBands(paramInt);
/* 275 */     SoundException.checkError(SndGetInfo(_ID(), 1701933922, localMediaEQSpectrumBands.getBytes()));
/*     */
/* 278 */     return localMediaEQSpectrumBands;
/*     */   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.