IWiaVideo::Play method (wiavideo.h)
Begins playback of streaming video.
Syntax
HRESULT Play();
Return value
Type: HRESULT
If the method succeeds or the video is already playing, this method returns S_OK. If the method fails, it returns a standard COM error code.
Remarks
Call this method only after a successful call to IWiaVideo::CreateVideoByWiaDevID, IWiaVideo::CreateVideoByDevNum, or IWiaVideo::CreateVideoByName.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | wiavideo.h |
DLL | Wiavideo.dll |