GetSubTextNative typedef

GetSubTextNative = Pointer<Utf8> Function(Int32 index)

Defines the native C layout for reading subtitle strings.

Implementation

typedef GetSubTextNative = ffi.Pointer<Utf8> Function(ffi.Int32 index);