ADLINK Technology PCI-MPG24 Manual de usuario Pagina 125

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 160
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 124
1 2 ... 120 121 122 123 124 125 126 127 128 129 130 ... 159 160

Comentarios a estos manuales

Sin comentarios