Unit 'libwebp' Package
[Overview][Types][Procedures and functions][Variables][Index] [#pl_bgrabitmap]

TWebPDecParams

Declaration

Source position: libwebp.pas line 71

type TWebPDecParams = record

  output: PByte;

  

  u: PByte;

  

  v: PByte;

  

  top_y: PByte;

  

  top_u: PByte;

  

  top_v: PByte;

  

  stride: Integer;

  

  u_stride: Integer;

  

  v_stride: Integer;

  

  mode: WEBP_CSP_MODE;

  

  last_y: Integer;

  

  output_size: Integer;

  

  output_u_size: Integer;

  

  output_v_size: Integer;

  

  external_buffer: Integer;

  

end;



CT Web help

CodeTyphon Studio