MediaPool
public struct MediaPool : SerializableMessage
Undocumented
-
-
The number of stills that can be stored
Declaration
Swift
public let stillCapacity: UInt8 -
The number of clips that can be stored
Declaration
Swift
public let clipCapacity: UInt8 -
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws -
Undocumented
Declaration
Swift
public init(stills: UInt8, clips: UInt8) -
Declaration
Swift
public var dataBytes: [UInt8] { get } -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
MediaPool Structure Reference