ADLINK Technology PCI-MPG24 Manual de usuario Pagina 124

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 160
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 123
114 Reference Manual
memcpy( pmt->pbFormat +
normal_format_size - seq_length, seq_header,
seq_length);
}
if ( m_pIGOChipConfig ) // patch
{
IGOChip* pIGOChip;
m_pIGOChipConfig-
>QueryInterface(IID_IGOChip,
reinterpret_cast<void**>(&pIGOChip));
unsigned int error;
pIGOChip-
>SetVideoConfig(extension, &error);
pIGOChip->Release();
}
}
sprintf(szDebugInfo, "videoinfo width: %d
height: %d fps: %d bps: %d",
format->bmiHeader.biWidth,
format->bmiHeader.biHeight,
long(format->AvgTimePerFrame),
format->dwBitRate);
OutputDebugString(szDebugInfo);
break;
}
default:
assert(false);
DeleteMediaType(pmt);
return;
}
Vista de pagina 123
1 2 ... 119 120 121 122 123 124 125 126 127 128 129 ... 159 160

Comentarios a estos manuales

Sin comentarios