Class ETC1
public class ETC1 : JVMBridgeBase<ETC1>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ETC1
- Implements
- Extension Methods
Constructors
ETC1()
public ETC1()
ETC1(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ETC1(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DECODED_BLOCK_SIZE
public static int DECODED_BLOCK_SIZE { get; set; }
Property Value
ENCODED_BLOCK_SIZE
public static int ENCODED_BLOCK_SIZE { get; set; }
Property Value
ETC1_RGB8_OES
public static int ETC1_RGB8_OES { get; set; }
Property Value
ETC_PKM_HEADER_SIZE
public static int ETC_PKM_HEADER_SIZE { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for ETC1()
public static ETC1 CreatePoolableInstance()
Returns
DecodeBlock(Buffer, Buffer)
public static void DecodeBlock(Buffer arg0, Buffer arg1)
Parameters
DecodeImage(Buffer, Buffer, int, int, int, int)
public static void DecodeImage(Buffer arg0, Buffer arg1, int arg2, int arg3, int arg4, int arg5)
Parameters
EncodeBlock(Buffer, int, Buffer)
public static void EncodeBlock(Buffer arg0, int arg1, Buffer arg2)
Parameters
EncodeImage(Buffer, int, int, int, int, Buffer)
public static void EncodeImage(Buffer arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
Parameters
FormatHeader(Buffer, int, int)
public static void FormatHeader(Buffer arg0, int arg1, int arg2)
Parameters
GetEncodedDataSize(int, int)
public static int GetEncodedDataSize(int arg0, int arg1)
Parameters
Returns
GetHeight(Buffer)
public static int GetHeight(Buffer arg0)
Parameters
Returns
GetWidth(Buffer)
public static int GetWidth(Buffer arg0)
Parameters
Returns
IsValid(Buffer)
public static bool IsValid(Buffer arg0)