ma_node_graph_read_pcm_frames function
ma_result
ma_node_graph_read_pcm_frames(
- Pointer<
ma_node_graph> pNodeGraph, - Pointer<
Void> pFramesOut, - Dartma_uint64 frameCount,
- Pointer<
ma_uint64> pFramesRead,
Implementation
ma_result ma_node_graph_read_pcm_frames(
ffi.Pointer<ma_node_graph> pNodeGraph,
ffi.Pointer<ffi.Void> pFramesOut,
Dartma_uint64 frameCount,
ffi.Pointer<ma_uint64> pFramesRead,
) => ma_result.fromValue(
_ma_node_graph_read_pcm_frames(
pNodeGraph,
pFramesOut,
frameCount,
pFramesRead,
),
);