IKsPin 接口 (ksproxy.h)
IKsPin 接口提供用于控制和检索有关引脚的信息的方法。
此接口的 IID IID_IKsPin。
继承
IKsPin 接口继承自 IUnknown 接口。
方法
IKsPin 接口具有这些方法。
IKsPin::KsCreateSinkPinHandle KsCreateSinkPinHandle 方法创建一个引脚句柄,并将其存储在 KS 引脚对象中。 |
IKsPin::KsDecrementPendingIoCount KsDecrementPendingIoCount 方法可减少引脚上进行的输入/输出 (I/O) 操作的数量。 |
IKsPin::KsDeliver KsDeliver 方法将媒体样本从输出引脚传递到输入引脚,通过从分配器检索下一个缓冲区来继续执行 I/O 操作,并将缓冲区提交到关联的设备。 |
IKsPin::KsGetCurrentCommunication KsGetCurrentCommunication 方法检索引脚的当前通信方向、接口和介质。 |
IKsPin::KsIncrementPendingIoCount KsIncrementPendingIoCount 方法递增输入/输出的数量, (引脚上进行的 I/O) 操作。 |
IKsPin::KsMediaSamplesCompleted KsMediaSamplesCompleted 方法通知引脚流段已完成。 |
IKsPin::KsPeekAllocator KsPeekAllocator 方法返回指向引脚分配器的 IMemAllocator 接口的指针。 |
IKsPin::KsPropagateAcquire KsPropagateAcquire 方法指示筛选器上的所有引脚达到 Acquire 状态。 |
IKsPin::KsQueryInterfaces KsQueryInterfaces 方法检索引脚支持的接口。 |
IKsPin::KsQueryMediums KsQueryMediums 方法检索引脚支持的介质。 |
注解
(IKsInterfaceHandler) 接口处理程序使用许多 IKsPin 方法来路由特定媒体类型的媒体样本。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | ksproxy.h (包括 Ksproxy.h) |