flow_get_name

function flow_get_name(ret:Gst.FlowReturn):String {
    // Gjs wrapper for gst_flow_get_name()
}

Gets a string representing the given flow return.

ret

a Gst.FlowReturn to get the name of.

Returns

a static string with the name of the flow return.