vidIVideo SetDisplayVideoState
Sets the value of the flag denoting whether or not the video will be displayed.
Syntax
video_handle SetDisplayVideoState state
Description
Sets the value of the flag denoting whether or not the video will be displayed.
Inputs
- state
- A value of “1” denotes that the video will be displayed; a value of “0” denotes that it will not be displayed.
Example
video_handle SetDisplayVideoState 1
Error
- 1 = HW_Error
- 3 = HW_InvalidHandle
- 4 = HW_InvalidArgs