[WIP] Star refs

This commit is contained in:
Isaac
2024-11-28 16:13:06 +04:00
parent 17bd869ddd
commit be83150aba
59 changed files with 3764 additions and 717 deletions

View File

@@ -4,10 +4,12 @@ import CoreMedia
import FFMpegBinding
import VideoToolbox
#if os(macOS)
private let isHardwareAv1Supported: Bool = {
let value = VTIsHardwareDecodeSupported(kCMVideoCodecType_AV1)
return value
}()
#endif
public protocol MediaDataReader: AnyObject {
var hasVideo: Bool { get }