MediaInfoSetI typedef

MediaInfoSetI = Uint32 Function(Pointer<Void> handle, Pointer<WChar> toSet, Uint32 streamKind, Uint32 streamNumber, Uint32 parameter, Pointer<WChar> oldParameter)

Implementation

typedef MediaInfoSetI = Uint32 Function(
  Pointer<Void> handle,
  Pointer<WChar> toSet,
  Uint32 streamKind,
  Uint32 streamNumber,
  Uint32 parameter,
  Pointer<WChar> oldParameter,
);