ITFileTrack::get_EmptyAudioFormatForScripting method (tapi3if.h)

The get_EmptyAudioFormatForScripting method is used to get an ITScriptableAudioFormat interface with all fields set to 0.

Syntax

HRESULT get_EmptyAudioFormatForScripting(
  [out] ITScriptableAudioFormat **ppAudioFormat
);

Parameters

[out] ppAudioFormat

Pointer to ITScriptableAudioFormat interface.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

TAPI calls the AddRef method on the ITScriptableAudioFormat interface returned by ITFileTrack::get_EmptyAudioFormatForScripting. The application must call Release on ITScriptableAudioFormat to free resources associated with it.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITFileTrack