File tree Expand file tree Collapse file tree 6 files changed +55
-2
lines changed
Expand file tree Collapse file tree 6 files changed +55
-2
lines changed Original file line number Diff line number Diff line change 1+ ////////////////////////////////////////////////////////////////////////////
2+ //
3+ // FlashCap - Independent camera capture library.
4+ // Copyright (c) Yoh Deadfall (@YohDeadfall)
5+ //
6+ // Licensed under Apache-v2: https://opensource.org/licenses/Apache-2.0
7+ //
8+ ////////////////////////////////////////////////////////////////////////////
9+
110using System ;
211using System . Linq ;
312using System . Runtime . InteropServices ;
1019using static FlashCap . Internal . NativeMethods_AVFoundation . LibCoreMedia ;
1120using static FlashCap . Internal . NativeMethods_AVFoundation . LibCoreVideo ;
1221
13-
1422namespace FlashCap . Devices ;
1523
1624public sealed class AVFoundationDevice : CaptureDevice
Original file line number Diff line number Diff line change 1+ ////////////////////////////////////////////////////////////////////////////
2+ //
3+ // FlashCap - Independent camera capture library.
4+ // Copyright (c) Yoh Deadfall (@YohDeadfall)
5+ //
6+ // Licensed under Apache-v2: https://opensource.org/licenses/Apache-2.0
7+ //
8+ ////////////////////////////////////////////////////////////////////////////
9+
110using System ;
211
312namespace FlashCap . Internal ;
413
5- public struct FourCharCode : IEquatable < FourCharCode >
14+ internal readonly struct FourCharCode : IEquatable < FourCharCode >
615{
716 private readonly uint value ;
817
Original file line number Diff line number Diff line change 1+ ////////////////////////////////////////////////////////////////////////////
2+ //
3+ // FlashCap - Independent camera capture library.
4+ // Copyright (c) Yoh Deadfall (@YohDeadfall)
5+ //
6+ // Licensed under Apache-v2: https://opensource.org/licenses/Apache-2.0
7+ //
8+ ////////////////////////////////////////////////////////////////////////////
9+
110using System ;
211using System . Runtime . InteropServices ;
312
Original file line number Diff line number Diff line change 1+ ////////////////////////////////////////////////////////////////////////////
2+ //
3+ // FlashCap - Independent camera capture library.
4+ // Copyright (c) Yoh Deadfall (@YohDeadfall)
5+ //
6+ // Licensed under Apache-v2: https://opensource.org/licenses/Apache-2.0
7+ //
8+ ////////////////////////////////////////////////////////////////////////////
9+
110using System ;
211using System . Runtime . InteropServices ;
312using FlashCap . Devices ;
Original file line number Diff line number Diff line change 1+ ////////////////////////////////////////////////////////////////////////////
2+ //
3+ // FlashCap - Independent camera capture library.
4+ // Copyright (c) Yoh Deadfall (@YohDeadfall)
5+ //
6+ // Licensed under Apache-v2: https://opensource.org/licenses/Apache-2.0
7+ //
8+ ////////////////////////////////////////////////////////////////////////////
9+
110using System ;
211using System . Runtime . InteropServices ;
312using System . Linq ;
Original file line number Diff line number Diff line change 1+ ////////////////////////////////////////////////////////////////////////////
2+ //
3+ // FlashCap - Independent camera capture library.
4+ // Copyright (c) Yoh Deadfall (@YohDeadfall)
5+ //
6+ // Licensed under Apache-v2: https://opensource.org/licenses/Apache-2.0
7+ //
8+ ////////////////////////////////////////////////////////////////////////////
9+
110using System ;
211using System . Collections . Generic ;
312using System . Linq ;
You can’t perform that action at this time.
0 commit comments