org.rococoa.cocoa.quicktime
Class RTPPayloadInfo

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

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

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 RTPPayloadInfo.ByReference
           
static class RTPPayloadInfo.ByValue
           
 
Field Summary
 NativeLong payloadFlags
           
 byte payloadID
           
 byte[] payloadName
           
 byte reserved1
           
 byte reserved2
           
 byte reserved3
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
RTPPayloadInfo()
           
RTPPayloadInfo(NativeLong payloadFlags, byte payloadID, byte reserved1, byte reserved2, byte reserved3, byte[] payloadName)
           
 
Method Summary
 RTPPayloadInfo.ByReference byReference()
           
 RTPPayloadInfo.ByValue byValue()
           
 RTPPayloadInfo 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

payloadFlags

public NativeLong payloadFlags

payloadID

public byte payloadID

reserved1

public byte reserved1

reserved2

public byte reserved2

reserved3

public byte reserved3

payloadName

public byte[] payloadName
Constructor Detail

RTPPayloadInfo

public RTPPayloadInfo()

RTPPayloadInfo

public RTPPayloadInfo(NativeLong payloadFlags,
                      byte payloadID,
                      byte reserved1,
                      byte reserved2,
                      byte reserved3,
                      byte[] payloadName)
Method Detail

byReference

public RTPPayloadInfo.ByReference byReference()

byValue

public RTPPayloadInfo.ByValue byValue()

clone

public RTPPayloadInfo clone()
Overrides:
clone in class Object