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

Function live_preview_get_state

gtk/src/preview.c:121–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121static int
122live_preview_get_state (void)
123{
124 signal_user_data_t *ud = ghb_ud();
125
126 if (!ud || !ud->preview)
127 return PREVIEW_STATE_STOPPED;
128
129 return ud->preview->state;
130}
131
132/* Returns TRUE if the preview video is loaded. */
133static gboolean

Callers 2

live_preview_is_readyFunction · 0.85
hud_timeoutFunction · 0.85

Calls 1

ghb_udFunction · 0.85

Tested by

no test coverage detected