Maestro Audio Framework v 1.7
NXP Semiconductors
Loading...
Searching...
No Matches
ElementMemSrc Struct Reference

#include <mem_src.h>

Data Fields

int32_t(* change_state )(struct _StreamElement *, PipelineState)
 Change state function pointer.
 
int32_t(* set_property )(struct _StreamElement *, uint16_t prop, uintptr_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 _StreamElementsibling
 Sibling pointer.
 
uint32_t chunk_size
 Chunk size.
 
int8_t * location
 File location.
 
int8_t * buffer
 Buffer pointer.
 
uint8_t end_of_stream
 End of stream flag.
 
uint32_t read_position
 Last read offset.
 
uint32_t size
 Overall size.
 
uint8_t mem_type
 Memory type.
 
uint32_t sample_rate
 Sample rate.
 
uint8_t num_channels
 Number of channels.
 
uint8_t bit_width
 Bit width.
 

Detailed Description

Memory Source Element data structure


The documentation for this struct was generated from the following file: