All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.image.ICMPixelFormatInfo

java.lang.Object
   |
   +----quicktime.util.QTByteObject
           |
           +----quicktime.std.image.ICMPixelFormatInfo

public class ICMPixelFormatInfo
extends QTByteObject
implements QuickTimeLib

Method Index

 o getFormatFlags()
 o getPixelFormatInfo(int)
Get the PixelFormat info.
 o isValidPixelFormat(int)
Returns true if the provided pixelFormat is a valid pixel format.
 o setPixelFormatInfo(int)
Set the PixelFormat info.
 o toString()
Return a String representation of this class.

Methods

 o isValidPixelFormat
 public static boolean isValidPixelFormat(int pixelFormat)
Returns true if the provided pixelFormat is a valid pixel format.

QuickTime::ICMGetPixelFormatInfo

Parameters:
pixelFormat - Specifies the pixel format.
Returns:
a boolean
 o setPixelFormatInfo
 public static ICMPixelFormatInfo setPixelFormatInfo(int pixelFormat) throws StdQTException
Set the PixelFormat info.

QuickTime::ICMSetPixelFormatInfo

Parameters:
pixelFormat - Specifies the pixel format.
Returns:
an ICMPixelFormatInfo structure
 o getPixelFormatInfo
 public static ICMPixelFormatInfo getPixelFormatInfo(int pixelFormat) throws StdQTException
Get the PixelFormat info.

QuickTime::ICMGetPixelFormatInfo

Parameters:
pixelFormat - Specifies the pixel format.
Returns:
an ICMPixelFormatInfo structure
 o getFormatFlags
 public int getFormatFlags()
 o toString
 public String toString()
Return a String representation of this class.

Returns:
a String
Overrides:
toString in class QTByteObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index