ADLINK Technology PCI-MPG24 Instrukcja Użytkownika Strona 125

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 160
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 124
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.
Przeglądanie stron 124
1 2 ... 120 121 122 123 124 125 126 127 128 129 130 ... 159 160

Komentarze do niniejszej Instrukcji

Brak uwag