Gst.BufferPool.prototype.has_option
function has_option(option:String):Boolean {
// Gjs wrapper for gst_buffer_pool_has_option()
}Check if the bufferpool supports option.
- option
an option
- Returns
a NULL terminated array of strings.
function has_option(option:String):Boolean {
// Gjs wrapper for gst_buffer_pool_has_option()
}Check if the bufferpool supports option.
an option
a NULL terminated array of strings.