net.sf.theora_java.jna
Class VorbisLibrary.vorbis_comment

java.lang.Object
  extended by com.sun.jna.Structure
      extended by net.sf.theora_java.jna.VorbisLibrary.vorbis_comment
Enclosing interface:
VorbisLibrary

public static class VorbisLibrary.vorbis_comment
extends com.sun.jna.Structure


Field Summary
 com.sun.jna.Pointer comment_lengths
           
 int comments
           
 com.sun.jna.Pointer user_comments
           
 com.sun.jna.Pointer vendor
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VorbisLibrary.vorbis_comment()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, equals, getMemory, getNativeAlignment, getNativeSize, getNativeSize, getPointer, hashCode, read, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

user_comments

public com.sun.jna.Pointer user_comments

comment_lengths

public com.sun.jna.Pointer comment_lengths

comments

public int comments

vendor

public com.sun.jna.Pointer vendor
Constructor Detail

VorbisLibrary.vorbis_comment

public VorbisLibrary.vorbis_comment()