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
-
getFormatFlags()
-
-
getPixelFormatInfo(int)
- Get the PixelFormat info.
-
isValidPixelFormat(int)
- Returns true if the provided pixelFormat is a valid pixel format.
-
setPixelFormatInfo(int)
- Set the PixelFormat info.
-
toString()
- Return a String representation of this class.
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
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
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
getFormatFlags
public int getFormatFlags()
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