codec_create_null_passthrough function

  1. @Native<Pointer<Codec> Function(Pointer<CodecConfig>)>(ffi.Pointer<CodecConfig>)>()
Pointer<Codec> codec_create_null_passthrough(
  1. Pointer<CodecConfig> cfg
)

Implementation

@ffi.Native<ffi.Pointer<Codec> Function(ffi.Pointer<CodecConfig>)>()
external ffi.Pointer<Codec> codec_create_null_passthrough(
  ffi.Pointer<CodecConfig> cfg,
);