![]() |
Maestro Audio Framework v 1.5
NXP Semiconductors
|
#include <file_sink.h>
Data Fields | |
| int32_t(* | change_state )(struct _StreamElement *, PipelineState) |
| Change state function pointer. | |
| int32_t(* | set_property )(struct _StreamElement *, uint16_t prop, uint32_t val) |
| Set property function pointer. | |
| int32_t(* | get_property )(struct _StreamElement *, uint16_t prop, uint32_t *val_ptr) |
| Get property function pointer. | |
| void * | parent |
| Parent pointer. | |
| int8_t | key |
| Key. | |
| int8_t | depth |
| Depth. | |
| PipelineState | state |
| Pipeline state. | |
| StreamElementType | type |
| Element type. | |
| PadSrc | src_pad [MAX_NUM_PADS] |
| Source pads. | |
| PadSink | sink_pad [MAX_NUM_PADS] |
| Sink pads. | |
| struct _StreamElement * | sibling |
| Sibling pointer. | |
| int32_t | fd |
| File descriptor. | |
| char | location [MAX_LOCATION_PATH_LENGTH] |
| File location. | |
| uint32_t | chunk_size |
| Chunk size. | |
| uint8_t | end_of_stream |
| End of stream flag. | |
| uint8_t | raw_write |
| Raw write flag. | |
| void * | pullbuf |
| Pull buffer pointer. | |
File Sink Element data structure