Interface IDivXFilterInterface

Unit

DSUtil

Declaration

type IDivXFilterInterface = interface()

Description

Interface to control the Divx Decoder filter. TODO: discover the last function ...

Methods

Overview

Public function get_AspectRatio(out x, y: integer): HRESULT; stdcall;
Public function get_Brightness(out brightness: integer): HRESULT; stdcall;
Public function get_Contrast(out contrast: integer): HRESULT; stdcall;
Public function get_MaxDelayAllowed(out maxdelayallowed: integer): HRESULT; stdcall;
Public function get_PPLevel(out PPLevel: integer): HRESULT; stdcall;
Public function get_Saturation(out saturation: integer): HRESULT; stdcall;
Public function put_AspectRatio(x, y: integer): HRESULT; stdcall;
Public function put_Brightness(brightness: integer): HRESULT; stdcall;
Public function put_Contrast(contrast: integer): HRESULT; stdcall;
Public function put_DefaultPPLevel: HRESULT; stdcall;
Public function put_MaxDelayAllowed(maxdelayallowed: integer): HRESULT; stdcall;
Public function put_PPLevel(PPLevel: integer): HRESULT; stdcall;
Public function put_Saturation(saturation: integer): HRESULT; stdcall;

Description

Public function get_AspectRatio(out x, y: integer): HRESULT; stdcall;

 

Public function get_Brightness(out brightness: integer): HRESULT; stdcall;

 

Public function get_Contrast(out contrast: integer): HRESULT; stdcall;

 

Public function get_MaxDelayAllowed(out maxdelayallowed: integer): HRESULT; stdcall;

 

Public function get_PPLevel(out PPLevel: integer): HRESULT; stdcall;

current postprocessing level 0..100

Public function get_Saturation(out saturation: integer): HRESULT; stdcall;

 

Public function put_AspectRatio(x, y: integer): HRESULT; stdcall;

 

Public function put_Brightness(brightness: integer): HRESULT; stdcall;

 

Public function put_Contrast(contrast: integer): HRESULT; stdcall;

 

Public function put_DefaultPPLevel: HRESULT; stdcall;

Put the default postprocessing = 0

Public function put_MaxDelayAllowed(maxdelayallowed: integer): HRESULT; stdcall;

DIVX

Public function put_PPLevel(PPLevel: integer): HRESULT; stdcall;

new postprocessing level 0..100

Public function put_Saturation(saturation: integer): HRESULT; stdcall;

 


Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07