ITFileTrack::get_AudioFormatForScripting method (tapi3if.h)
The get_AudioFormatForScripting method gets the audio scripting format.
Syntax
HRESULT get_AudioFormatForScripting(
[out] ITScriptableAudioFormat **ppAudioFormat
);
Parameters
[out] ppAudioFormat
Pointer to the 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_AudioFormatForScripting. 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 |