public interface PadPresence
-
Feldübersicht 
Felder
static final int
the pad is always available
static final int
the pad is only available on request with
gst_element_request_pad().
static final int
the pad will become available depending on the media stream
-
Felddetails 
-
ALWAYS 
static final int ALWAYS
the pad is always available
- Siehe auch:
-
-
SOMETIMES 
static final int SOMETIMES
the pad will become available depending on the media stream
- Siehe auch:
-
-
REQUEST 
static final int REQUEST
the pad is only available on request with
gst_element_request_pad().
- Siehe auch:
-