org.lwjgl.fmod3
Class FSoundTagField

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

public class FSoundTagField
extends java.lang.Object

This class defines attributes in a tag field

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

Constructor Summary
FSoundTagField()
          Creates a new FSoundTagField
FSoundTagField(int type, java.lang.String name)
          Creates a new FSoundTagField
 
Method Summary
 int getLength()
           
 java.lang.String getName()
           
 int getType()
           
 java.nio.ByteBuffer getValue()
           
 java.lang.String getValueAsString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSoundTagField

public FSoundTagField()
Creates a new FSoundTagField


FSoundTagField

public FSoundTagField(int type,
                      java.lang.String name)
Creates a new FSoundTagField

Method Detail

getLength

public int getLength()
Returns:
Returns the length.

getName

public java.lang.String getName()
Returns:
Returns the name.

getType

public int getType()
Returns:
Returns the type.

getValue

public java.nio.ByteBuffer getValue()
Returns:
Returns the value.

getValueAsString

public java.lang.String getValueAsString()
Returns:
value as a trimmed string


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