Accessing the DirectShow Filter Graph

[This is preliminary documentation and subject to change.]

// after a call is connected

pCall->GetDirectShowFilterGraph(&pFilterGraph);

// at this point, the app can manipulate the DirectShow graphs to
// do whatever.