SYNOPSIS
struct media_pad {
struct media_gobj graph_obj;
struct media_entity * entity;
u16 index;
unsigned long flags;
};
MEMBERS
graph_obj
- Embedded structure containing the media object common data
entity
- Entity this pad belongs to
index
- Pad index in the entity pads array, numbered from 0 to n
flags
- Pad flags, as defined in uapi/media.h (MEDIA_PAD_FL_*)
COPYRIGHT