Files
HaishinKit.swift/Sources/MP4/MP4SampleEntry.swift
T
2021-05-05 14:58:36 +09:00

6 lines
109 B
Swift

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