codec_create_null_passthrough function
- @Native<Pointer<
Codec> Function(Pointer<CodecConfig> )>(ffi.Pointer<CodecConfig>)>()
- 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,
);