org.rococoa.cocoa.iokit
Class DVDPhysicalFormatInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.DVDPhysicalFormatInfo
- Direct Known Subclasses:
- DVDPhysicalFormatInfo.ByReference, DVDPhysicalFormatInfo.ByValue
public class DVDPhysicalFormatInfo
- extends com.ochafik.lang.jnaerator.runtime.Structure
Read DVD Structures Format 0x00
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 byte[] dataLength
reserved
public byte[] reserved
partVersion
public byte partVersion
bookType
public byte bookType
minimumRate
public byte minimumRate
discSize
public byte discSize
layerType
public byte layerType
trackPath
public byte trackPath
numberOfLayers
public byte numberOfLayers
reserved2
public byte reserved2
trackDensity
public byte trackDensity
linearDensity
public byte linearDensity
zero1
public byte zero1
- Bytes 4-15
always 0x00
startingPhysicalSectorNumberOfDataArea
public byte[] startingPhysicalSectorNumberOfDataArea
zero2
public byte zero2
endPhysicalSectorNumberOfDataArea
public byte[] endPhysicalSectorNumberOfDataArea
zero3
public byte zero3
endSectorNumberInLayerZero
public byte[] endSectorNumberInLayerZero
reserved1
public byte reserved1
bcaFlag
public byte bcaFlag
mediaSpecific
public byte[] mediaSpecific
DVDPhysicalFormatInfo
public DVDPhysicalFormatInfo()
byReference
public DVDPhysicalFormatInfo.ByReference byReference()
byValue
public DVDPhysicalFormatInfo.ByValue byValue()
clone
public DVDPhysicalFormatInfo clone()
- Overrides:
clone
in class Object