org.rococoa.cocoa.iokit
Class DVDDiscInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
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
DVDDiscInfo
public DVDDiscInfo()
byReference
public DVDDiscInfo.ByReference byReference()
byValue
public DVDDiscInfo.ByValue byValue()
clone
public DVDDiscInfo clone()
- Overrides:
clone
in class Object