Core Media Framework Data Types Reference
| Framework | CoreMedia.framework |
| Declared in | CMBase.h |
Overview
This document describes data types defined in the Core Media framework not described in individual references.
Data Types
CMItemCount
Data type for the item count.
typedef signed long CMItemCount;
Availability
- Available in iOS 4.0 and later.
Declared In
CMBase.hCMItemIndex
Data type for the item index.
typedef signed long CMItemIndex;
Availability
- Available in iOS 4.0 and later.
Declared In
CMBase.hCMPersistentTrackID
Data type for the persistent track ID.
typedef int32_t CMPersistentTrackID;
Availability
- Available in iOS 4.0 and later.
Declared In
CMBase.h© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-09-30)