|
HRESULT | GetAttributeCountEx ([in] WORD stream_num, [out] WORD *attributes) |
|
HRESULT | GetAttributeIndices ([in] WORD stream_num, [in] LPCWSTR name, [in] WORD *lang_index, [out, size_is(*count)] WORD *indices, [in, out] WORD *count) |
|
HRESULT | GetAttributeByIndexEx ([in] WORD stream_num, [in] WORD index, [out, size_is(*name_len)] LPWSTR name, [in, out] WORD *name_len, [out] WMT_ATTR_DATATYPE *type, [out] WORD *lang_index, [out, size_is(*data_len)] BYTE *value, [in, out] DWORD *data_len) |
|
HRESULT | ModifyAttribute ([in] WORD stream_num, [in] WORD index, [in] WMT_ATTR_DATATYPE type, [in] WORD lang_index, [in, size_is(length)] const BYTE *value, [in] DWORD length) |
|
HRESULT | AddAttribute ([in] WORD stream_num, [in] LPCWSTR name, [out] WORD *index, [in] WMT_ATTR_DATATYPE type, [in] WORD lang_index, [in, size_is(length)] const BYTE *value, [in] DWORD length) |
|
HRESULT | DeleteAttribute ([in] WORD stream_num, [in] WORD index) |
|
HRESULT | AddCodecInfo ([in] LPCWSTR_WMSDK_TYPE_SAFE name, [in] LPCWSTR_WMSDK_TYPE_SAFE description, [in] WMT_CODEC_INFO_TYPE codec_type, [in] WORD codec_info_cnt, [in, size_is(codec_info_cnt)] BYTE *codec_info) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 1411 of file wmsdkidl.idl.
◆ AddAttribute()
◆ AddCodecInfo()
◆ DeleteAttribute()
HRESULT IWMHeaderInfo3::DeleteAttribute |
( |
[in] WORD |
stream_num, |
|
|
[in] WORD |
index |
|
) |
| |
◆ GetAttributeByIndexEx()
HRESULT IWMHeaderInfo3::GetAttributeByIndexEx |
( |
[in] WORD |
stream_num, |
|
|
[in] WORD |
index, |
|
|
[out, size_is(*name_len)] LPWSTR |
name, |
|
|
[in, out] WORD * |
name_len, |
|
|
[out] WMT_ATTR_DATATYPE * |
type, |
|
|
[out] WORD * |
lang_index, |
|
|
[out, size_is(*data_len)] BYTE * |
value, |
|
|
[in, out] DWORD * |
data_len |
|
) |
| |
◆ GetAttributeCountEx()
HRESULT IWMHeaderInfo3::GetAttributeCountEx |
( |
[in] WORD |
stream_num, |
|
|
[out] WORD * |
attributes |
|
) |
| |
◆ GetAttributeIndices()
HRESULT IWMHeaderInfo3::GetAttributeIndices |
( |
[in] WORD |
stream_num, |
|
|
[in] LPCWSTR |
name, |
|
|
[in] WORD * |
lang_index, |
|
|
[out, size_is(*count)] WORD * |
indices, |
|
|
[in, out] WORD * |
count |
|
) |
| |
◆ ModifyAttribute()
The documentation for this interface was generated from the following file: