is_fd_memory


Description:

[ CCode ( cname = "gst_is_fd_memory" ) ]
[ Version ( since = "1.6" ) ]
public bool is_fd_memory (Memory mem)

Check if mem is memory backed by an fd

Parameters:

mem

Memory

Returns:

true when mem has an fd that can be retrieved with fd_memory_get_fd.


Namespace: Gst.Allocators