No overview available.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 6.0+
- Xcode 11.0+
Framework
- Core Media
Declaration
struct Index
No overview available.
SDKs
Framework
struct Index
static func ... (CMFormat Description .Extensions .Index) -> Partial Range From<CMFormat Description .Extensions .Index>
Returns a partial range extending upward from a lower bound.
static func ... (CMFormat Description .Extensions .Index) -> Partial Range Through<CMFormat Description .Extensions .Index>
Returns a partial range up to, and including, its upper bound.
static func ... (CMFormat Description .Extensions .Index, CMFormat Description .Extensions .Index) -> Closed Range<CMFormat Description .Extensions .Index>
Returns a closed range that contains both of its bounds.
static func ..< (CMFormat Description .Extensions .Index) -> Partial Range Up To<CMFormat Description .Extensions .Index>
Returns a partial range up to, but not including, its upper bound.
static func ..< (CMFormat Description .Extensions .Index, CMFormat Description .Extensions .Index) -> Range<CMFormat Description .Extensions .Index>
Returns a half-open range that contains its lower bound but not its upper bound.
static func <= (CMFormat Description .Extensions .Index, CMFormat Description .Extensions .Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.
static func > (CMFormat Description .Extensions .Index, CMFormat Description .Extensions .Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
static func >= (CMFormat Description .Extensions .Index, CMFormat Description .Extensions .Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.