Skip to content

Commit

Permalink
Merge pull request #83 from paoldev/main
Browse files Browse the repository at this point in the history
Windows support
  • Loading branch information
Redth committed Oct 23, 2023
2 parents 8f16b14 + f8a9745 commit 85a0b9a
Show file tree
Hide file tree
Showing 4 changed files with 783 additions and 27 deletions.
2 changes: 2 additions & 0 deletions ZXing.Net.MAUI/PixelBufferHolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public record PixelBufferHolder
Java.Nio.ByteBuffer
#elif IOS || MACCATALYST
CoreVideo.CVPixelBuffer
#elif WINDOWS
Windows.Graphics.Imaging.SoftwareBitmap
#else
byte[]
#endif
Expand Down
Loading

0 comments on commit 85a0b9a

Please sign in to comment.