MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / live_preview_is_ready

Function live_preview_is_ready

gtk/src/preview.c:133–138  ·  view source on GitHub ↗

Returns TRUE if the preview video is loaded. */

Source from the content-addressed store, hash-verified

131
132/* Returns TRUE if the preview video is loaded. */
133static gboolean
134live_preview_is_ready (void)
135{
136 int state = live_preview_get_state();
137 return (state == PREVIEW_STATE_PLAYING || state == PREVIEW_STATE_PAUSED);
138}
139
140static void
141live_preview_set_state (int state)

Callers 3

live_preview_progress_cbFunction · 0.85
live_preview_seek_cbFunction · 0.85
set_preview_image_staticFunction · 0.85

Calls 1

live_preview_get_stateFunction · 0.85

Tested by

no test coverage detected