Hello, I am studying avstream audio driver development. About pin
_KSPIN_DESCRIPTOR_EX, I have some questions.
1 If I only develop a common audio driver, no other effect function, for
mic function, do I need just ONE capture pin?
2 How to set Flags in pin descriptor? When I start a recorder application,
I want to get the data at Pin::DispatchProcess function. But I don't know
how to set the flags.
3 How to set KSALLOCATOR_FRAMING_EX in _KSPIN_DESCRIPTOR_EX? If my mic
hardware is 2channels, 16bits, 48000samples, and I
use DECLARE_SIMPLE_FRAMING_EX to realize KSALLOCATOR_FRAMING_EX, how to set
the Frams, MiniFrameSize and MaxFrameSize?
Thank you for your support.
Best Regards,
Shang Jing