createChannelSplitterNode method

int createChannelSplitterNode(
  1. Pointer<Void> context
)
inherited

//////////////////////// ChannelSplitterNode /// ////////////////////////

Implementation

int createChannelSplitterNode(
  ffi.Pointer<ffi.Void> context,
) {
  return _createChannelSplitterNode(
    context,
  );
}