User`s manual

Reference Manual 115
AM_MEDIA_TYPE* pmt1;
hr = stream_config->GetFormat(&pmt1);
DeleteMediaType(pmt1);
hr = stream_config->SetFormat(pmt);
if ( FAILED(hr) ) { OutputDebugString("wisproxy:
set pin format failed"); };
DeleteMediaType(pmt);
hr = stream_config->GetFormat(&pmt);
DeleteMediaType(pmt);
return;
next_stream_caps:
DeleteMediaType(pmt);
}
}
IGOChipConfig Interface
Note:
This interface has now been phased out. It will con-
tinue to be supported for backward compatibility with
existing applications, but new applications and filters
should not use this interface. The functionality of this
interface can be achieved by using Microsoft Direct-
Show interfaces.