HaishinKit.swift/Sources/MP4/MP4SampleEntry.swift

6 lines
109 B
Swift

import Foundation
protocol MP4SampleEntry: MP4BoxConvertible {
var dataReferenceIndex: UInt16 { get }
}