Lines Matching full:video
53 * @param[in] v - Reference to Video object
55 Server(const Args& args, Input& i, Video& v);
66 /* @brief Sends pending video frame to clients */
70 * @brief Indicates whether or not video data is desired
72 * @return Boolean to indicate whether any clients need a video frame
79 * @brief Get the Video object
81 * @return Reference to the Video object
83 inline const Video& getVideo() const in getVideo()
85 return video; in getVideo()
125 /* @brief Reference to the Video object */
126 Video& video; member in ikvm::Server