Riferimento alla struttura tv_input_device

Riferimento alla struttura tv_input_device

#include < tv_input.h >

Campi dati

struct hw_device_t   comuni
 
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 *  riservato [16]
 

Descrizione dettagliata

Definizione nella riga 304 del file tv_input.h .

Documentazione dei campi

int(* cancel_capture)(struct tv_input_device *dev, int device_id, int stream_id, uint32_t seq)

Definizione nella riga 397 del file tv_input.h .

int(* close_stream)(struct tv_input_device *dev, int device_id, int stream_id)

Definizione nella riga 362 del file tv_input.h .

struct hw_device_t common

Definizione nella riga 305 del file 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)

Definizione nella riga 335 del file tv_input.h .

int(* initialize)(struct tv_input_device *dev, const tv_input_callback_ops_t *callback, void *data)

Definizione nella riga 321 del file tv_input.h .

int(* open_stream)(struct tv_input_device *dev, int device_id, tv_stream_t *stream)

Definizione nella riga 350 del file tv_input.h .

int(* request_capture)(struct tv_input_device *dev, int device_id, int stream_id, buffer_handle_t buffer, uint32_t seq)

Definizione nella riga 385 del file tv_input.h .

void* reserved[16]

Definizione nella riga 400 del file tv_input.h .


La documentazione di questa struttura è stata generata dal seguente file: