Gst.Query.prototype.parse_nth_scheduling_mode

function parse_nth_scheduling_mode(index:Number):Gst.PadMode {
    // Gjs wrapper for gst_query_parse_nth_scheduling_mode()
}

Parse an available query and get the scheduling mode at index of the scheduling modes array.

index

position in the scheduling modes array to read

Returns

a Gst.PadMode of the scheduling mode at index.