Vitec Multimedia HDM850+ Uživatelský manuál Strana 46

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 51
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 45
CONFIDENTIAL No part of this document may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic or
mechanical, photocopying, recording, or otherwise, for any purpose, without the prior written permission of VITEC MULTIMEDIA.
VMC-7440_v8_0_6_Quick Start_V1_0_0.doc
Date: 3/18/2013
page 46 / 51
public
procedure Notify(NCode: Integer); safecall;
end;
public
function Notify(NCode: Integer):HResult; stdcall;
end;
IAssemblyContainer interface replaced with IAssemblyContainerV4
IAssemblyContainer
IAssemblyContainerV4
IAssemblyContainer StorageFileName access changed from property to methods
m_pAssemblyContainer.StorageFileName:=
'ActiveProfile.xml';
BrwDialog.Filename:=m_pAssemblyContainer.St
orageFileName;
m_pAssemblyContainer.put_StorageFileName('Activ
eProfile.xml');
BrwDialog.Filename:=m_pAssemblyContainer.get_S
torageFileName();
IAssemblyContainer Profle access changed from property to methods
m_pAssemblyContainer.ProfileName:='MPEG1
low';
m_pAssemblyContainer.put_Profile('Encoder',
'MPEG1 low');
Branch state enum names updated
BST_RUN
BST_STOP
...
BST_STATE_RUN
BST_STATE_STOP
...
Parameter access interface upgraded from X_PArameter to X_PARAMETER_V4
pxParameter: X_Parameter;
pxParameter: X_PARAMETER_V4;
Note: X_PARAMETER_V4 interface behavior is not
operational when application is written in Delphi.
For instance, get_Name() function returns an empty
string.
Components parameters access is unified.
Custom parameters interfaces are discarded.
Parameters are accessible via two pairs of functions
of IAssemblyContainer interface
IDL description of parameters access functions.
// numeric parameter access
HRESULT get_ComponentParameter([in] BSTR
bstrComponentName, [in] BSTR
bstrParameterName, [out, retval] LONG* plVal);
HRESULT put_ComponentParameter([in] BSTR
bstrComponentName, [in] BSTR
bstrParameterName, [in] LONG lVal);
// text parameter access
Zobrazit stránku 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51

Komentáře k této Příručce

Žádné komentáře