mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-06-06 20:17:36 +00:00
6 lines
109 B
Swift
6 lines
109 B
Swift
import Foundation
|
|
|
|
protocol MP4SampleEntry: MP4BoxConvertible {
|
|
var dataReferenceIndex: UInt16 { get }
|
|
}
|