Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.25 KB

ksmethod-bda-start-changes.md

File metadata and controls

41 lines (28 loc) · 1.25 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
KSMETHOD_BDA_START_CHANGES
Clients use KSMETHOD_BDA_START_CHANGES to reset a change list.
KSMETHOD_BDA_START_CHANGES Streaming Media Devices
apiref
reference
KSMETHOD_BDA_START_CHANGES
Bdamedia.h
HeaderDef
10/12/2021

KSMETHOD_BDA_START_CHANGES

Clients use KSMETHOD_BDA_START_CHANGES to reset a change list.

Specifying This Method

KSMETHOD with Flags member set to KSMETHOD_TYPE_NONE.

Method Data

None

Remarks

Before the network provider begins to make changes, it makes a KSMETHOD_BDA_START_CHANGES request, which causes any existing change list that has not been committed to be discarded and informs the filter's pins and nodes to start keeping track of a new set of changes. The network provider then calls the necessary interface methods on the filter or its pins, but the methods are not actually called yet. If at any point the network provider determines that the changes will not work, it can call this method to clear out the list.

Requirements

Header: bdamedia.h (include Bdamedia.h)

See also

BdaStartChanges

KSMETHOD