Unit 'PXL.Linux.videodev2' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_asphyrepxl]

v4l2_ext_control

Declaration

Source position: PXL.Linux.videodev2.pas line 738

type v4l2_ext_control = packed record

  id: Cardinal;

  

  reserved2: array [0..1] of Cardinal;

  

  case Integer of

    0: (

        value: Integer;

  

      );

    1: (

        value64: Int64;

  

      );

    2: (

        reserved: Pointer;

  

      );

end;



CT Web help

CodeTyphon Studio