Unit 'bs_mad' Package
[Overview][Constants][Types][Variables][Index] [#pl_acs]

mad_decoder

Declaration

Source position: bs_mad.pas line 131

type mad_decoder = packed record

  mode: Integer;

  

  options: Integer;

  

  async: async_struct;

  

  sync: p_sync_struct;

  

  data: Pointer;

  

  InputFunc: TInputFunc;

  

  HeaderFunc: THeaderFunc;

  

  FilterFunc: TFilterFunc;

  

  OutputFunc: TOutputFunc;

  

  ErrorFunc: TErrorFunc;

  

  MessageFunc: TMessageFunc;

  

end;



CT Web help

CodeTyphon Studio