fd_memory_get_fd


Description:

[ CCode ( cname = "gst_fd_memory_get_fd" ) ]
[ Version ( since = "1.6" ) ]
public int fd_memory_get_fd (Memory mem)

Get the fd from mem.

Call is_fd_memory to check if mem has an fd.

Parameters:

mem

Memory

Returns:

the fd of mem or -1 when there is no fd on mem


Namespace: Gst.Allocators