Sensoray 2246 User Manual

Page 25

Advertising
background image

MID2246_API int SN_IsValidVid (MID2246_SOURCE checksource, int board)

MID2246_API int SN_IsValidSdi (MID2246_SOURCE checksource, int board)

MID2246_API int SN_IsValidDv (int board)

MID2246_API int SN_EnumerateInputs (int *pStatus, int *pVidSys, int board)

MID2246_API int SN_GetVidStatus (int board)

MID2246_API int SN_GetVidStatusNoBIST (int board)

MID2246_API int SN_TestDeviceRemoval (int board)

MID2246_API int SN_Repaint (HDC hdc)

MID2246_API int SN_OnDisplayModeChanged (int board)

MID2246_API int SN_StartStream (int board=0)

MID2246_API int SN_StopStream (int board=0)

MID2246_API int SN_LowLatency (BOOL bON, int board)

MID2246_API int SN_StartRecord (char *filename, int size, int breakonrecsize=0, int board=0)

MID2246_API int SN_StartRecordW (LPWSTR filename, int size, int breakonrecsize=0, int

board=0)

MID2246_API int SN_SetNotifyAtRecordEnd (HWND hNotifyApp, UINT mNotifyMessage,

int board=0)

MID2246_API int SN_SetNotifyAtRecordEndW (HWND hNotifyApp, UINT mNotifyMessage,

int board=0)

MID2246_API int SN_PauseRecord (int board=0)

MID2246_API int SN_ResumeRecord (int board=0)

MID2246_API int SN_StopRecord (int board=0)

MID2246_API int SN_SetRecordMode (MID2246_REC recMode, int board=0)

MID2246_API int SN_SetRecordVideoStream (BOOL bRecVid, int board=0)

MID2246_API int SN_GetRecordVideoStream (BOOL *bRecVid, int board=0)

MID2246_API int SN_SetRecordAudioStream (BOOL bRecAud, int board=0)

MID2246_API int SN_GetRecordAudioStream (BOOL *bRecAud, int board=0)

MID2246_API int SN_SetAudioEncode (BOOL bEncAud, int board=0)

MID2246_API int SN_GetAudioEncode (BOOL *bEncAud, int board=0)

MID2246_API int SN_SetRenderVideo (BOOL bDisplayVideo, int board=0)

MID2246_API int SN_GetRenderVideo (BOOL *bDisplayVideo, int board=0)

MID2246_API int SN_SetAspectRatio (MID2246_ASPECT_MODE mode, int board=0)

MID2246_API int SN_GetAspectRatio (MID2246_ASPECT_MODE *mode, int board=0)

MID2246_API int SN_GetTimeLeft (int bitrate, int board)

MID2246_API int SN_PlaybackVideo (char *filename_plus_path, int board=0)

MID2246_API int SN_PlaybackVideoW (LPWSTR filename_plus_path, int board=0)

MID2246_API int SN_StopPlayback (int board=0)

MID2246_API int SN_PausePlayback (BOOL bPause, int board=0)

MID2246_API int SN_SetNotifyDuringFilePlay (HWND hNotifyApp, UINT mNotifyMessage,

int board=0)

MID2246_API int SN_PlaybackSetRate (double drate, int board=0)

MID2246_API int SN_PlaybackSetSeekPosition (int percent, int range, int board=0)

MID2246_API int SN_PlaybackGetSeekPosition (int range, int board=0)

MID2246_API int SN_DisplaySnapshot (char *filename, int time, int board=0)

MID2246_API int SN_DisplaySnapshotW (LPWSTR filename, int time, int board=0)

MID2246_API int SN_StopDisplaySnapshot (int board=0)

MID2246_API int SN_SetMute (BOOL bMute, int board=0)

MID2246_API int SN_GetMute (BOOL *bMute, int board=0)

MID2246_API int SN_SetMergeMethod (MID2246_FIELDALG merge_method, mergefunc_t

*custom_alg, int board)

25

Advertising