org.rococoa.cocoa.iokit
Class DVDDiscInfo

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.DVDDiscInfo
Direct Known Subclasses:
DVDDiscInfo.ByReference, DVDDiscInfo.ByValue

public class DVDDiscInfo
extends com.ochafik.lang.jnaerator.runtime.Structure

Read Disc Information Format
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class DVDDiscInfo.ByReference
           
static class DVDDiscInfo.ByValue
           
 
Field Summary
 short dataLength
           
 byte[] discBarCode
           
 byte discBarCodeValid
           
 byte discStatus
           
 byte erasable
           
 byte firstRZoneNumberInLastBorderLSB
           
 byte firstRZoneNumberInLastBorderMSB
           
 byte lastRZoneNumberInLastBorderLSB
           
 byte lastRZoneNumberInLastBorderMSB
           
 byte numberOfBordersLSB
           
 byte numberOfBordersMSB
           
 byte numberOfOPCTableEntries
           
 byte[] opcTableEntries
           
 byte reserved
           
 byte reserved2
           
 byte reserved3
           
 byte reserved4
           
 byte reserved5
           
 byte[] reserved6
           
 byte[] reserved7
           
 byte[] reserved8
           
 byte reserved9
           
 byte stateOfLastBorder
           
 byte unrestrictedUse
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
DVDDiscInfo()
           
 
Method Summary
 DVDDiscInfo.ByReference byReference()
           
 DVDDiscInfo.ByValue byValue()
           
 DVDDiscInfo clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

dataLength

public short dataLength

discStatus

public byte discStatus

stateOfLastBorder

public byte stateOfLastBorder

erasable

public byte erasable

reserved

public byte reserved

reserved2

public byte reserved2

numberOfBordersLSB

public byte numberOfBordersLSB

firstRZoneNumberInLastBorderLSB

public byte firstRZoneNumberInLastBorderLSB

lastRZoneNumberInLastBorderLSB

public byte lastRZoneNumberInLastBorderLSB

reserved3

public byte reserved3

unrestrictedUse

public byte unrestrictedUse

discBarCodeValid

public byte discBarCodeValid

reserved4

public byte reserved4

reserved5

public byte reserved5

numberOfBordersMSB

public byte numberOfBordersMSB

firstRZoneNumberInLastBorderMSB

public byte firstRZoneNumberInLastBorderMSB

lastRZoneNumberInLastBorderMSB

public byte lastRZoneNumberInLastBorderMSB

reserved6

public byte[] reserved6

reserved7

public byte[] reserved7

reserved8

public byte[] reserved8

discBarCode

public byte[] discBarCode

reserved9

public byte reserved9

numberOfOPCTableEntries

public byte numberOfOPCTableEntries

opcTableEntries

public byte[] opcTableEntries
Constructor Detail

DVDDiscInfo

public DVDDiscInfo()
Method Detail

byReference

public DVDDiscInfo.ByReference byReference()

byValue

public DVDDiscInfo.ByValue byValue()

clone

public DVDDiscInfo clone()
Overrides:
clone in class Object