Dear All,
I met some AVStream questions and described them as following
Q1: How to change raw audio sampling rate in AVStream driver?
I want to make sure my understanding is correct or not.
step1 : receive a IO control from application program.
step2 : use KsEdit to modify the datarange infos in this pin
descriptor.
step3 : reconnect this connection.
Am I correct? Please let me know if I lost some points.
Q2: How to support "dynamic format change" capability on one pin of an
AVStream filter? Do I need to implement KSPROPSETID_Connection? What its
items should (or MUST) I implement if the previous answer is YES?
For example,
KSPROPERTY_CONNECTION_PROPOSEDATAFORMAT,
KSPROPERTY_CONNECTION_DATAFORMAT,...
Any commnet and suggestion are very welcome and appreciated.
Thanks,
Edward