MediaInfoSet typedef

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

Implementation

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