struct_media_link(9) A link object part of a media graph.

SYNOPSIS


struct media_link {
struct media_gobj graph_obj;
struct list_head list;
union {unnamed_union};
struct media_link * reverse;
unsigned long flags;
bool is_backlink;
};

MEMBERS

graph_obj

Embedded structure containing the media object common data

list

Linked list associated with an entity or an interface that owns the link.

{unnamed_union}

anonymous

reverse

Pointer to the link for the reverse direction of a pad to pad link.

flags

Link flags, as defined in uapi/media.h (MEDIA_LNK_FL_*)

is_backlink

Indicate if the link is a backlink.

COPYRIGHT