mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-06-06 20:17:36 +00:00
7 lines
123 B
Swift
7 lines
123 B
Swift
import Foundation
|
|
|
|
protocol MP4FullBox: MP4BoxConvertible {
|
|
var version: UInt8 { get }
|
|
var flags: UInt32 { get }
|
|
}
|