Lines Matching refs:video
29 * @brief Declares the functions related to video playbacks.
50 * @brief Provides the functions related to video playbacks.
108 * @brief Plays this video.
110 * @return Returns <b>true</b> if this video is played; returns <b>false</b> otherwise.
117 * @brief Checks whether this video is playing.
119 * @return Returns <b>true</b> if this video is playing; returns <b>false</b> otherwise.
126 * @brief Pauses the video being played.
128 * @return Returns <b>true</b> if the video is paused; returns <b>false</b> otherwise.
135 * @brief Stops playing this video.
137 * @return Returns <b>true</b> if this video is stopped; returns <b>false</b> otherwise.
195 * @brief Obtains the total video duration.
224 * @brief Provides callbacks for events that occur during video playback.
256 * @brief Called when a video playback error occurs.
276 * @brief Called when the video image size changes.
278 * @param width Indicates the video width.
279 * @param height Indicates the video height.
286 * @brief Called when this video is rewound.
294 * @brief Called when this video is paused.
302 * @brief Called when this video is played.
310 * @brief Called when this video is stopped.
319 * @brief Sets a listener for monitoring video playbacks.
330 SliderAnimatorCallback(UIVideo* video, UISlider* slider, UILabel* label)
332 video_ = video;
448 void SetVideoPlayer(UIVideo* video)
450 video_ = video;