Creates a CMTimeCodeFormatDescription from a big-endian TimeCodeDescription data structure.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 6.0+
Framework
- Core Media
Declaration
OSStatus CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData(CFAllocator Ref allocator, const uint8 _t *timeCodeDescriptionData, size _t size, CMTime Code Description Flavor flavor, CMTime Code Format Description Ref _Nullable *formatDescriptionOut);
Parameters
allocator
Allocator to use for allocating the CMTimeCodeFormatDescription object. May be NULL.
timeCodeDescriptionData
TimeCodeDescription data structure in big-endian byte ordering.
timeCodeDescriptionSize
Size of TimeCodeDescription data structure.
timeCodeDescriptionFlavor
Reserved for future use. Pass NULL for QuickTime Movie or ISO flavor.
timeCodeFormatDescriptionOut
Receives new CMTimeCodeFormatDescription.