Q&A

  • TVIDEO콤포에서 스트림형식으로 세이브하면..
안녕하세요 언제나 질문만 하는 바보감자입니다..

제가 궁금한것은 메모리 스트림을 선언해서

초기화후에.. TVIDEO콤포에서 스트림으로 저장후에..

다시 불러와서 재생 시키고 싶은데...

어떤것을 이용해서 메모리 스트림형식으로되어있는놈을

불러와서 재생시키는지 감을 못잡고있습니다..

도와주세요..ㅠㅠ..











언제나 비를 기다리는 바보감자가 올림.

1  COMMENTS
  • Profile
    N/A 2001.10.09 02:32
    from - Microsoft Multimedia Programmer's Reference



    capFileSetCaptureFile

    -------------------------------------------------------------

    The capFileSetCaptureFile macro names the file used for video capture. You can use this macro or explicitly call the WM_CAP_FILE_SET_CAPTURE_FILE message.



    BOOL capFileSetCaptureFile(



    hwnd,

    szName

    );





    Parameters



    hwnd



    Handle of a capture window.



    szName



    Address of the null-terminated string that contains the name of the capture file to use.







    Return Values



    Returns TRUE if successful or FALSE if the filename is invalid or if streaming or single-frame capture is in progress.



    Remarks



    This message stores the filename in an internal structure. It does not create, allocate, or open the specified file. The default capture filename is C:CAPTURE.AVI.



    See Also



    WM_CAP_FILE_SET_CAPTURE_FILE