org.lwjgl.fmod3
Class FSoundSampleLock

java.lang.Object
  extended by org.lwjgl.fmod3.FSoundSampleLock

public class FSoundSampleLock
extends java.lang.Object


Version:
$Revision: 2286 $ $Id: FSoundSampleLock.java 2286 2006-03-23 19:32:21Z matzon $
Author:
Brian Matzon

Constructor Summary
FSoundSampleLock()
          Creates a new FSoundSampleLock
 
Method Summary
 int getLen1()
           
 int getLen2()
           
 java.nio.ByteBuffer getPtr1()
           
 java.nio.ByteBuffer getPtr2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSoundSampleLock

public FSoundSampleLock()
Creates a new FSoundSampleLock

Method Detail

getLen1

public int getLen1()
Returns:
Returns the len1.

getLen2

public int getLen2()
Returns:
Returns the len2.

getPtr1

public java.nio.ByteBuffer getPtr1()
Returns:
Returns the ptr1.

getPtr2

public java.nio.ByteBuffer getPtr2()
Returns:
Returns the ptr2.


Copyright © 2002-2006 lwjgl.org. All Rights Reserved.