Package quicktime.std.movies.media

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

Related Classes of quicktime.std.movies.media.MediaEQSpectrumBands

Copyright © 2018 www.massapicom. 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.