Skip to content

Commit

Permalink
Migration #1557
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Sep 14, 2024
1 parent a719651 commit ac7942a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Mixer/VideoDeviceUnit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ public final class VideoDeviceUnit: DeviceUnit {
/// The output type that this capture video data output..
public typealias Output = AVCaptureVideoDataOutput

#if os(iOS) || os(macOS)
/// The default color format.
public static let colorFormat = kCVPixelFormatType_32ARGB
#else
/// The default color format.
public static let colorFormat = kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange
#endif

/// The current video device object.
public private(set) var device: AVCaptureDevice?
Expand Down

0 comments on commit ac7942a

Please sign in to comment.