ADLINK Technology PCI-MPG24 Instrukcja Użytkownika Strona 121

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 160
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 120
Reference Manual 111
format->hdr.bmiHeader.biWidth,
format->hdr.bmiHeader.biHeight,
long(format->hdr.AvgTimePerFrame),
format->hdr.dwBitRate);
OutputDebugString(szDebugInfo);
break;
}
case MPEG4:
case H263:
case MOTIONJPEG:
{
if ( pmt->formattype != FORMAT_VideoInfo )
goto next_stream_caps;
VIDEOINFOHEADER* format =
(VIDEOINFOHEADER*)pmt->pbFormat;
if ( format->bmiHeader.biWidth !=
(int)video_config->rescfg.width ) goto
next_stream_caps;
if ( format->bmiHeader.biHeight !=
(int)video_config->rescfg.height ) goto
next_stream_caps;
if ( video_config->strcfg.compress_mode ==
MPEG4 )
{
switch ( video_config-
>strcfg.mpeg4_mode )
{
case DIVX_MPEG4:
if ( format-
>bmiHeader.biCompression !=
FCC_FORMAT_DIVX_MPEG4)
goto next_stream_caps;
break;
Przeglądanie stron 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 159 160

Komentarze do niniejszej Instrukcji

Brak uwag