Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |