tv_input_device-Strukturreferenz
#include <
tv_input.h
>
Datenfelder |
|
| struct hw_device_t | common |
| int(* | initialize )(struct tv_input_device *dev, const tv_input_callback_ops_t *callback, void *data) |
| int(* | get_stream_configurations )(const struct tv_input_device *dev, int device_id, int *num_configurations, const tv_stream_config_t **configs) |
| int(* | open_stream )(struct tv_input_device *dev, int device_id, tv_stream_t *stream) |
| int(* | close_stream )(struct tv_input_device *dev, int device_id, int stream_id) |
| int(* | request_capture )(struct tv_input_device *dev, int device_id, int stream_id, buffer_handle_t buffer, uint32_t seq) |
| int(* | cancel_capture )(struct tv_input_device *dev, int device_id, int stream_id, uint32_t seq) |
| void * | reserved [16] |
Detaillierte Beschreibung
Definition in Zeile 304 der Datei tv_input.h .
Felddokumentation
| int(* cancel_capture)(struct tv_input_device *dev, int device_id, int stream_id, uint32_t seq) |
Definition in Zeile 397 der Datei tv_input.h .
| int(* close_stream)(struct tv_input_device *dev, int device_id, int stream_id) |
Definition in Zeile 362 der Datei tv_input.h .
| struct hw_device_t common |
Definition in Zeile 305 der Datei tv_input.h .
| int(* get_stream_configurations)(const struct tv_input_device *dev, int device_id, int *num_configurations, const tv_stream_config_t **configs) |
Definition in Zeile 335 der Datei tv_input.h .
| int(* initialize)(struct tv_input_device *dev, const tv_input_callback_ops_t *callback, void *data) |
Definition in Zeile 321 der Datei tv_input.h .
| int(* open_stream)(struct tv_input_device *dev, int device_id, tv_stream_t *stream) |
Definition in Zeile 350 der Datei tv_input.h .
| int(* request_capture)(struct tv_input_device *dev, int device_id, int stream_id, buffer_handle_t buffer, uint32_t seq) |
Definition in Zeile 385 der Datei tv_input.h .
| void* reserved[16] |
Definition in Zeile 400 der Datei tv_input.h .
Die Dokumentation für diese Struktur wurde aus der folgenden Datei generiert:
- hardware/libhardware/include/hardware/ tv_input.h