CMediaSample.GetProperties 方法
[与此页面关联的功能 DirectShow 是一项旧功能。 它已被 MediaPlayer、 IMFMediaEngine 和 媒体基金会中的音频/视频捕获取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能使用 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音频/视频捕获 ,而不是 DirectShow。 如果可能,Microsoft 建议重写使用旧 API 的现有代码以使用新 API。]
方法 GetProperties
检索示例的属性。 此方法实现 IMediaSample2::GetProperties 方法。
语法
HRESULT GetProperties(
DWORD cbProperties,
BYTE *pbProperties
);
参数
-
cbProperties
-
要检索的属性数据的长度(以字节为单位)。
-
pbProperties
-
指向 cbProperties 大小的缓冲区的指针。
返回值
返回下表中显示的 HRESULT 值之一。
返回代码 | 说明 |
---|---|
|
成功。 |
|
NULL 指针参数。 |
要求
要求 | 值 |
---|---|
标头 |
|
库 |
|