Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека Разработчика iOS Разработчик
Поиск

Изменения CoreMedia

CoreMedia

Добавленный CMBlockBufferCustomBlockSource.init ()
Добавленный CMBlockBufferCustomBlockSource.init (версия: UInt32, AllocateBlock: CFunctionPointer <((UnsafeMutablePointer <Недействительный>, Международный)-> <Недействительный> UnsafeMutablePointer)>, FreeBlock: CFunctionPointer <((<Недействительный> UnsafeMutablePointer, UnsafeMutablePointer <Недействительный>, Международный)-> Недействительный)>, refCon: <Недействительный> UnsafeMutablePointer)
Добавленный CMBufferCallbacks.init ()
Добавленный CMBufferCallbacks.init (версия: UInt32, refcon: <Недействительный> UnsafeMutablePointer, getDecodeTimeStamp: CMBufferGetTimeCallback, getPresentationTimeStamp: CMBufferGetTimeCallback, getDuration: CMBufferGetTimeCallback, isDataReady: CMBufferGetBooleanCallback, выдержите сравнение: CMBufferCompareCallback, dataBecameReadyNotification: Неуправляемый <CFString>!, getSize: CMBufferGetSizeCallback)
Добавленный CMSampleTimingInfo.init ()
Добавленный CMSampleTimingInfo.init (продолжительность: CMTime, presentationTimeStamp: CMTime, decodeTimeStamp: CMTime)
Добавленный CMTime.init ()
Добавленный CMTime.init (значение: CMTimeValue, масштаб времени: CMTimeScale, флаги: CMTimeFlags, эпоха: CMTimeEpoch)
Добавленный CMTimeMapping.init ()
Добавленный CMTimeMapping.init (источник: CMTimeRange, цель: CMTimeRange)
Добавленный CMTimeRange.init ()
Добавленный CMTimeRange.init (запустите: CMTime, продолжительность: CMTime)
Добавленный CMVideoDimensions.init ()
Добавленный CMVideoDimensions.init (ширина: Int32, высота: Int32)
Объявление
От
struct CMBlockBufferCustomBlockSource {
    var version: UInt32
    var AllocateBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, UInt) -> UnsafeMutablePointer<Void>)>
    var FreeBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>, UInt) -> Void)>
    var refCon: UnsafeMutablePointer<Void>
}
К
struct CMBlockBufferCustomBlockSource {
    var version: UInt32
    var AllocateBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, Int) -> UnsafeMutablePointer<Void>)>
    var FreeBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>, Int) -> Void)>
    var refCon: UnsafeMutablePointer<Void>
    init()
    init(version version: UInt32, AllocateBlock AllocateBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, Int) -> UnsafeMutablePointer<Void>)>, FreeBlock FreeBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>, Int) -> Void)>, refCon refCon: UnsafeMutablePointer<Void>)
}

Измененный CMBlockBufferCustomBlockSource. AllocateBlock
Объявление
От
var AllocateBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, UInt) -> UnsafeMutablePointer<Void>)>
К
var AllocateBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, Int) -> UnsafeMutablePointer<Void>)>

Измененный CMBlockBufferCustomBlockSource. FreeBlock
Объявление
От
var FreeBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>, UInt) -> Void)>
К
var FreeBlock: CFunctionPointer<((UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>, Int) -> Void)>

Объявление
От
struct CMBufferCallbacks {
    var version: UInt32
    var refcon: UnsafeMutablePointer<Void>
    var getDecodeTimeStamp: CMBufferGetTimeCallback
    var getPresentationTimeStamp: CMBufferGetTimeCallback
    var getDuration: CMBufferGetTimeCallback
    var isDataReady: CMBufferGetBooleanCallback
    var compare: CMBufferCompareCallback
    var dataBecameReadyNotification: Unmanaged<CFString>!
    var getSize: CMBufferGetSizeCallback
}
К
struct CMBufferCallbacks {
    var version: UInt32
    var refcon: UnsafeMutablePointer<Void>
    var getDecodeTimeStamp: CMBufferGetTimeCallback
    var getPresentationTimeStamp: CMBufferGetTimeCallback
    var getDuration: CMBufferGetTimeCallback
    var isDataReady: CMBufferGetBooleanCallback
    var compare: CMBufferCompareCallback
    var dataBecameReadyNotification: Unmanaged<CFString>!
    var getSize: CMBufferGetSizeCallback
    init()
    init(version version: UInt32, refcon refcon: UnsafeMutablePointer<Void>, getDecodeTimeStamp getDecodeTimeStamp: CMBufferGetTimeCallback, getPresentationTimeStamp getPresentationTimeStamp: CMBufferGetTimeCallback, getDuration getDuration: CMBufferGetTimeCallback, isDataReady isDataReady: CMBufferGetBooleanCallback, compare compare: CMBufferCompareCallback, dataBecameReadyNotification dataBecameReadyNotification: Unmanaged<CFString>!, getSize getSize: CMBufferGetSizeCallback)
}

Объявление
От
struct CMSampleTimingInfo {
    var duration: CMTime
    var presentationTimeStamp: CMTime
    var decodeTimeStamp: CMTime
}
К
struct CMSampleTimingInfo {
    var duration: CMTime
    var presentationTimeStamp: CMTime
    var decodeTimeStamp: CMTime
    init()
    init(duration duration: CMTime, presentationTimeStamp presentationTimeStamp: CMTime, decodeTimeStamp decodeTimeStamp: CMTime)
}

Измененный CMTime [структура]
Объявление
От
struct CMTime {
    var value: CMTimeValue
    var timescale: CMTimeScale
    var flags: CMTimeFlags
    var epoch: CMTimeEpoch
}
К
struct CMTime {
    var value: CMTimeValue
    var timescale: CMTimeScale
    var flags: CMTimeFlags
    var epoch: CMTimeEpoch
    init()
    init(value value: CMTimeValue, timescale timescale: CMTimeScale, flags flags: CMTimeFlags, epoch epoch: CMTimeEpoch)
}

Объявление
От
struct CMTimeMapping {
    var source: CMTimeRange
    var target: CMTimeRange
}
К
struct CMTimeMapping {
    var source: CMTimeRange
    var target: CMTimeRange
    init()
    init(source source: CMTimeRange, target target: CMTimeRange)
}

Объявление
От
struct CMTimeRange {
    var start: CMTime
    var duration: CMTime
}
К
struct CMTimeRange {
    var start: CMTime
    var duration: CMTime
    init()
    init(start start: CMTime, duration duration: CMTime)
}

Объявление
От
struct CMVideoDimensions {
    var width: Int32
    var height: Int32
}
К
struct CMVideoDimensions {
    var width: Int32
    var height: Int32
    init()
    init(width width: Int32, height height: Int32)
}

Измененный CMAudioFormatDescriptionCreate (CFAllocator!, UnsafePointer <AudioStreamBasicDescription>, Интервал, UnsafePointer <AudioChannelLayout>, Интервал, <Недействительный> UnsafePointer, CFDictionary!, UnsafeMutablePointer <Неуправляемый <CMAudioFormatDescription>?>)-> OSStatus
Объявление
От
func CMAudioFormatDescriptionCreate(_ allocator: CFAllocator!, _ asbd: UnsafePointer<AudioStreamBasicDescription>, _ layoutSize: UInt, _ layout: UnsafePointer<AudioChannelLayout>, _ magicCookieSize: UInt, _ magicCookie: UnsafePointer<Void>, _ extensions: CFDictionary!, _ outDesc: UnsafeMutablePointer<Unmanaged<CMAudioFormatDescription>?>) -> OSStatus
К
func CMAudioFormatDescriptionCreate(_ allocator: CFAllocator!, _ asbd: UnsafePointer<AudioStreamBasicDescription>, _ layoutSize: Int, _ layout: UnsafePointer<AudioChannelLayout>, _ magicCookieSize: Int, _ magicCookie: UnsafePointer<Void>, _ extensions: CFDictionary!, _ outDesc: UnsafeMutablePointer<Unmanaged<CMAudioFormatDescription>?>) -> OSStatus

Измененный CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData (CFAllocator!, UnsafePointer <UInt8>, Интервал, CFString!, UnsafeMutablePointer <Неуправляемый <CMAudioFormatDescription>?>)-> OSStatus
Объявление
От
func CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData(_ allocator: CFAllocator!, _ soundDescriptionData: UnsafePointer<UInt8>, _ soundDescriptionSize: UInt, _ soundDescriptionFlavor: CFString!, _ audioFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMAudioFormatDescription>?>) -> OSStatus
К
func CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData(_ allocator: CFAllocator!, _ soundDescriptionData: UnsafePointer<UInt8>, _ soundDescriptionSize: Int, _ soundDescriptionFlavor: CFString!, _ audioFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMAudioFormatDescription>?>) -> OSStatus

Измененный CMAudioFormatDescriptionGetChannelLayout (CMAudioFormatDescription!, UnsafeMutablePointer <Интервал>)-> UnsafePointer <AudioChannelLayout>
Объявление
От
func CMAudioFormatDescriptionGetChannelLayout(_ desc: CMAudioFormatDescription!, _ layoutSize: UnsafeMutablePointer<UInt>) -> UnsafePointer<AudioChannelLayout>
К
func CMAudioFormatDescriptionGetChannelLayout(_ desc: CMAudioFormatDescription!, _ layoutSize: UnsafeMutablePointer<Int>) -> UnsafePointer<AudioChannelLayout>

Измененный CMAudioFormatDescriptionGetFormatList (CMAudioFormatDescription!, UnsafeMutablePointer <Интервал>)-> UnsafePointer <AudioFormatListItem>
Объявление
От
func CMAudioFormatDescriptionGetFormatList(_ desc: CMAudioFormatDescription!, _ formatListSize: UnsafeMutablePointer<UInt>) -> UnsafePointer<AudioFormatListItem>
К
func CMAudioFormatDescriptionGetFormatList(_ desc: CMAudioFormatDescription!, _ formatListSize: UnsafeMutablePointer<Int>) -> UnsafePointer<AudioFormatListItem>

Измененный CMAudioFormatDescriptionGetMagicCookie (CMAudioFormatDescription!, UnsafeMutablePointer <Интервал>)-> <Недействительный> UnsafePointer
Объявление
От
func CMAudioFormatDescriptionGetMagicCookie(_ desc: CMAudioFormatDescription!, _ cookieSizeOut: UnsafeMutablePointer<UInt>) -> UnsafePointer<Void>
К
func CMAudioFormatDescriptionGetMagicCookie(_ desc: CMAudioFormatDescription!, _ cookieSizeOut: UnsafeMutablePointer<Int>) -> UnsafePointer<Void>

Измененный CMBlockBufferAccessDataBytes (CMBlockBuffer!, Интервал, Интервал, <Недействительный> UnsafeMutablePointer, UnsafeMutablePointer <UnsafeMutablePointer <Int8>>)-> OSStatus
Объявление
От
func CMBlockBufferAccessDataBytes(_ theBuffer: CMBlockBuffer!, _ offset: UInt, _ length: UInt, _ temporaryBlock: UnsafeMutablePointer<Void>, _ returnedPointer: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> OSStatus
К
func CMBlockBufferAccessDataBytes(_ theBuffer: CMBlockBuffer!, _ offset: Int, _ length: Int, _ temporaryBlock: UnsafeMutablePointer<Void>, _ returnedPointer: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> OSStatus

Измененный CMBlockBufferAppendBufferReference (CMBlockBuffer!, CMBlockBuffer!, Интервал, Интервал, CMBlockBufferFlags)-> OSStatus
Объявление
От
func CMBlockBufferAppendBufferReference(_ theBuffer: CMBlockBuffer!, _ targetBBuf: CMBlockBuffer!, _ offsetToData: UInt, _ dataLength: UInt, _ flags: CMBlockBufferFlags) -> OSStatus
К
func CMBlockBufferAppendBufferReference(_ theBuffer: CMBlockBuffer!, _ targetBBuf: CMBlockBuffer!, _ offsetToData: Int, _ dataLength: Int, _ flags: CMBlockBufferFlags) -> OSStatus

Измененный CMBlockBufferAppendMemoryBlock (CMBlockBuffer!, UnsafeMutablePointer <Недействительный>, Международный, CFAllocator!, UnsafePointer <CMBlockBufferCustomBlockSource>, Интервал, Интервал, CMBlockBufferFlags)-> OSStatus
Объявление
От
func CMBlockBufferAppendMemoryBlock(_ theBuffer: CMBlockBuffer!, _ memoryBlock: UnsafeMutablePointer<Void>, _ blockLength: UInt, _ blockAllocator: CFAllocator!, _ customBlockSource: UnsafePointer<CMBlockBufferCustomBlockSource>, _ offsetToData: UInt, _ dataLength: UInt, _ flags: CMBlockBufferFlags) -> OSStatus
К
func CMBlockBufferAppendMemoryBlock(_ theBuffer: CMBlockBuffer!, _ memoryBlock: UnsafeMutablePointer<Void>, _ blockLength: Int, _ blockAllocator: CFAllocator!, _ customBlockSource: UnsafePointer<CMBlockBufferCustomBlockSource>, _ offsetToData: Int, _ dataLength: Int, _ flags: CMBlockBufferFlags) -> OSStatus

Измененный CMBlockBufferCopyDataBytes (CMBlockBuffer!, Интервал, Интервал, <Недействительный> UnsafeMutablePointer)-> OSStatus
Объявление
От
func CMBlockBufferCopyDataBytes(_ theSourceBuffer: CMBlockBuffer!, _ offsetToData: UInt, _ dataLength: UInt, _ destination: UnsafeMutablePointer<Void>) -> OSStatus
К
func CMBlockBufferCopyDataBytes(_ theSourceBuffer: CMBlockBuffer!, _ offsetToData: Int, _ dataLength: Int, _ destination: UnsafeMutablePointer<Void>) -> OSStatus

Измененный CMBlockBufferCreateContiguous (CFAllocator!, CMBlockBuffer!, CFAllocator!, UnsafePointer <CMBlockBufferCustomBlockSource>, Интервал, Интервал, CMBlockBufferFlags, UnsafeMutablePointer <Неуправляемый <CMBlockBuffer>?>)-> OSStatus
Объявление
От
func CMBlockBufferCreateContiguous(_ structureAllocator: CFAllocator!, _ sourceBuffer: CMBlockBuffer!, _ blockAllocator: CFAllocator!, _ customBlockSource: UnsafePointer<CMBlockBufferCustomBlockSource>, _ offsetToData: UInt, _ dataLength: UInt, _ flags: CMBlockBufferFlags, _ newBBufOut: UnsafeMutablePointer<Unmanaged<CMBlockBuffer>?>) -> OSStatus
К
func CMBlockBufferCreateContiguous(_ structureAllocator: CFAllocator!, _ sourceBuffer: CMBlockBuffer!, _ blockAllocator: CFAllocator!, _ customBlockSource: UnsafePointer<CMBlockBufferCustomBlockSource>, _ offsetToData: Int, _ dataLength: Int, _ flags: CMBlockBufferFlags, _ newBBufOut: UnsafeMutablePointer<Unmanaged<CMBlockBuffer>?>) -> OSStatus

Измененный CMBlockBufferCreateWithBufferReference (CFAllocator!, CMBlockBuffer!, Интервал, Интервал, CMBlockBufferFlags, UnsafeMutablePointer <Неуправляемый <CMBlockBuffer>?>)-> OSStatus
Объявление
От
func CMBlockBufferCreateWithBufferReference(_ structureAllocator: CFAllocator!, _ targetBuffer: CMBlockBuffer!, _ offsetToData: UInt, _ dataLength: UInt, _ flags: CMBlockBufferFlags, _ newBBufOut: UnsafeMutablePointer<Unmanaged<CMBlockBuffer>?>) -> OSStatus
К
func CMBlockBufferCreateWithBufferReference(_ structureAllocator: CFAllocator!, _ targetBuffer: CMBlockBuffer!, _ offsetToData: Int, _ dataLength: Int, _ flags: CMBlockBufferFlags, _ newBBufOut: UnsafeMutablePointer<Unmanaged<CMBlockBuffer>?>) -> OSStatus

Измененный CMBlockBufferCreateWithMemoryBlock (CFAllocator!, UnsafeMutablePointer <Недействительный>, Международный, CFAllocator!, UnsafePointer <CMBlockBufferCustomBlockSource>, Интервал, Интервал, CMBlockBufferFlags, UnsafeMutablePointer <Неуправляемый <CMBlockBuffer>?>)-> OSStatus
Объявление
От
func CMBlockBufferCreateWithMemoryBlock(_ structureAllocator: CFAllocator!, _ memoryBlock: UnsafeMutablePointer<Void>, _ blockLength: UInt, _ blockAllocator: CFAllocator!, _ customBlockSource: UnsafePointer<CMBlockBufferCustomBlockSource>, _ offsetToData: UInt, _ dataLength: UInt, _ flags: CMBlockBufferFlags, _ newBBufOut: UnsafeMutablePointer<Unmanaged<CMBlockBuffer>?>) -> OSStatus
К
func CMBlockBufferCreateWithMemoryBlock(_ structureAllocator: CFAllocator!, _ memoryBlock: UnsafeMutablePointer<Void>, _ blockLength: Int, _ blockAllocator: CFAllocator!, _ customBlockSource: UnsafePointer<CMBlockBufferCustomBlockSource>, _ offsetToData: Int, _ dataLength: Int, _ flags: CMBlockBufferFlags, _ newBBufOut: UnsafeMutablePointer<Unmanaged<CMBlockBuffer>?>) -> OSStatus

Измененный CMBlockBufferFillDataBytes (Int8, CMBlockBuffer!, Интервал, Интервал)-> OSStatus
Объявление
От
func CMBlockBufferFillDataBytes(_ fillByte: Int8, _ destinationBuffer: CMBlockBuffer!, _ offsetIntoDestination: UInt, _ dataLength: UInt) -> OSStatus
К
func CMBlockBufferFillDataBytes(_ fillByte: Int8, _ destinationBuffer: CMBlockBuffer!, _ offsetIntoDestination: Int, _ dataLength: Int) -> OSStatus

Измененный CMBlockBufferGetDataLength (CMBlockBuffer!)-> Интервал
Объявление
От
func CMBlockBufferGetDataLength(_ theBuffer: CMBlockBuffer!) -> UInt
К
func CMBlockBufferGetDataLength(_ theBuffer: CMBlockBuffer!) -> Int

Измененный CMBlockBufferGetDataPointer (CMBlockBuffer!, Интервал, UnsafeMutablePointer <Интервал>, UnsafeMutablePointer <Интервал>, UnsafeMutablePointer <UnsafeMutablePointer <Int8>>)-> OSStatus
Объявление
От
func CMBlockBufferGetDataPointer(_ theBuffer: CMBlockBuffer!, _ offset: UInt, _ lengthAtOffset: UnsafeMutablePointer<UInt>, _ totalLength: UnsafeMutablePointer<UInt>, _ dataPointer: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> OSStatus
К
func CMBlockBufferGetDataPointer(_ theBuffer: CMBlockBuffer!, _ offset: Int, _ lengthAtOffset: UnsafeMutablePointer<Int>, _ totalLength: UnsafeMutablePointer<Int>, _ dataPointer: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> OSStatus

Измененный CMBlockBufferIsRangeContiguous (CMBlockBuffer!, Интервал, Интервал)-> булевская переменная
Объявление
От
func CMBlockBufferIsRangeContiguous(_ theBuffer: CMBlockBuffer!, _ offset: UInt, _ length: UInt) -> Boolean
К
func CMBlockBufferIsRangeContiguous(_ theBuffer: CMBlockBuffer!, _ offset: Int, _ length: Int) -> Boolean

Измененный CMBlockBufferReplaceDataBytes (<Недействительный> UnsafePointer, CMBlockBuffer!, Интервал, Интервал)-> OSStatus
Объявление
От
func CMBlockBufferReplaceDataBytes(_ sourceBytes: UnsafePointer<Void>, _ destinationBuffer: CMBlockBuffer!, _ offsetIntoDestination: UInt, _ dataLength: UInt) -> OSStatus
К
func CMBlockBufferReplaceDataBytes(_ sourceBytes: UnsafePointer<Void>, _ destinationBuffer: CMBlockBuffer!, _ offsetIntoDestination: Int, _ dataLength: Int) -> OSStatus

Измененный CMBufferGetSizeCallback
Объявление
От
typealias CMBufferGetSizeCallback = CFunctionPointer<((CMBuffer!, UnsafeMutablePointer<Void>) -> UInt)>
К
typealias CMBufferGetSizeCallback = CFunctionPointer<((CMBuffer!, UnsafeMutablePointer<Void>) -> Int)>

Измененный CMBufferQueueGetTotalSize (CMBufferQueue!)-> Интервал
Объявление
От
func CMBufferQueueGetTotalSize(_ queue: CMBufferQueue!) -> UInt
К
func CMBufferQueueGetTotalSize(_ queue: CMBufferQueue!) -> Int

Измененный CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData (CFAllocator!, UnsafePointer <UInt8>, Интервал, CFString!, UnsafeMutablePointer <Неуправляемый <CMClosedCaptionFormatDescription>?>)-> OSStatus
Объявление
От
func CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData(_ allocator: CFAllocator!, _ closedCaptionDescriptionData: UnsafePointer<UInt8>, _ closedCaptionDescriptionSize: UInt, _ closedCaptionDescriptionFlavor: CFString!, _ closedCaptionFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMClosedCaptionFormatDescription>?>) -> OSStatus
К
func CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData(_ allocator: CFAllocator!, _ closedCaptionDescriptionData: UnsafePointer<UInt8>, _ closedCaptionDescriptionSize: Int, _ closedCaptionDescriptionFlavor: CFString!, _ closedCaptionFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMClosedCaptionFormatDescription>?>) -> OSStatus

Измененный CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData (CFAllocator!, UnsafePointer <UInt8>, Интервал, CFString!, UnsafeMutablePointer <Неуправляемый <CMMetadataFormatDescription>?>)-> OSStatus
Объявление
От
func CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData(_ allocator: CFAllocator!, _ metadataDescriptionData: UnsafePointer<UInt8>, _ metadataDescriptionSize: UInt, _ metadataDescriptionFlavor: CFString!, _ metadataFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMMetadataFormatDescription>?>) -> OSStatus
К
func CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData(_ allocator: CFAllocator!, _ metadataDescriptionData: UnsafePointer<UInt8>, _ metadataDescriptionSize: Int, _ metadataDescriptionFlavor: CFString!, _ metadataFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMMetadataFormatDescription>?>) -> OSStatus

Измененный CMSampleBufferCreate (CFAllocator!, CMBlockBuffer!, булевская переменная, CMSampleBufferMakeDataReadyCallback, <Недействительный> UnsafeMutablePointer, CMFormatDescription!, CMItemCount, CMItemCount, UnsafePointer <CMSampleTimingInfo>, CMItemCount, UnsafePointer <Интервал>, UnsafeMutablePointer <Неуправляемый <CMSampleBuffer>?>)-> OSStatus
Объявление
От
func CMSampleBufferCreate(_ allocator: CFAllocator!, _ dataBuffer: CMBlockBuffer!, _ dataReady: Boolean, _ makeDataReadyCallback: CMSampleBufferMakeDataReadyCallback, _ makeDataReadyRefcon: UnsafeMutablePointer<Void>, _ formatDescription: CMFormatDescription!, _ numSamples: CMItemCount, _ numSampleTimingEntries: CMItemCount, _ sampleTimingArray: UnsafePointer<CMSampleTimingInfo>, _ numSampleSizeEntries: CMItemCount, _ sampleSizeArray: UnsafePointer<UInt>, _ sBufOut: UnsafeMutablePointer<Unmanaged<CMSampleBuffer>?>) -> OSStatus
К
func CMSampleBufferCreate(_ allocator: CFAllocator!, _ dataBuffer: CMBlockBuffer!, _ dataReady: Boolean, _ makeDataReadyCallback: CMSampleBufferMakeDataReadyCallback, _ makeDataReadyRefcon: UnsafeMutablePointer<Void>, _ formatDescription: CMFormatDescription!, _ numSamples: CMItemCount, _ numSampleTimingEntries: CMItemCount, _ sampleTimingArray: UnsafePointer<CMSampleTimingInfo>, _ numSampleSizeEntries: CMItemCount, _ sampleSizeArray: UnsafePointer<Int>, _ sBufOut: UnsafeMutablePointer<Unmanaged<CMSampleBuffer>?>) -> OSStatus

Измененный CMSampleBufferCreateReady (CFAllocator!, CMBlockBuffer!, CMFormatDescription!, CMItemCount, CMItemCount, UnsafePointer <CMSampleTimingInfo>, CMItemCount, UnsafePointer <Интервал>, UnsafeMutablePointer <Неуправляемый <CMSampleBuffer>?>)-> OSStatus
Объявление
От
func CMSampleBufferCreateReady(_ allocator: CFAllocator!, _ dataBuffer: CMBlockBuffer!, _ formatDescription: CMFormatDescription!, _ numSamples: CMItemCount, _ numSampleTimingEntries: CMItemCount, _ sampleTimingArray: UnsafePointer<CMSampleTimingInfo>, _ numSampleSizeEntries: CMItemCount, _ sampleSizeArray: UnsafePointer<UInt>, _ sBufOut: UnsafeMutablePointer<Unmanaged<CMSampleBuffer>?>) -> OSStatus
К
func CMSampleBufferCreateReady(_ allocator: CFAllocator!, _ dataBuffer: CMBlockBuffer!, _ formatDescription: CMFormatDescription!, _ numSamples: CMItemCount, _ numSampleTimingEntries: CMItemCount, _ sampleTimingArray: UnsafePointer<CMSampleTimingInfo>, _ numSampleSizeEntries: CMItemCount, _ sampleSizeArray: UnsafePointer<Int>, _ sBufOut: UnsafeMutablePointer<Unmanaged<CMSampleBuffer>?>) -> OSStatus

Измененный CMSampleBufferGetAudioBufferListWithRetainedBlockBuffer (CMSampleBuffer!, UnsafeMutablePointer <Интервал>, UnsafeMutablePointer <AudioBufferList>, Интервал, CFAllocator!, CFAllocator!, UInt32, UnsafeMutablePointer <Неуправляемый <CMBlockBuffer>?>)-> OSStatus
Объявление
От
func CMSampleBufferGetAudioBufferListWithRetainedBlockBuffer(_ sbuf: CMSampleBuffer!, _ bufferListSizeNeededOut: UnsafeMutablePointer<UInt>, _ bufferListOut: UnsafeMutablePointer<AudioBufferList>, _ bufferListSize: UInt, _ bbufStructAllocator: CFAllocator!, _ bbufMemoryAllocator: CFAllocator!, _ flags: UInt32, _ blockBufferOut: UnsafeMutablePointer<Unmanaged<CMBlockBuffer>?>) -> OSStatus
К
func CMSampleBufferGetAudioBufferListWithRetainedBlockBuffer(_ sbuf: CMSampleBuffer!, _ bufferListSizeNeededOut: UnsafeMutablePointer<Int>, _ bufferListOut: UnsafeMutablePointer<AudioBufferList>, _ bufferListSize: Int, _ bbufStructAllocator: CFAllocator!, _ bbufMemoryAllocator: CFAllocator!, _ flags: UInt32, _ blockBufferOut: UnsafeMutablePointer<Unmanaged<CMBlockBuffer>?>) -> OSStatus

Измененный CMSampleBufferGetAudioStreamPacketDescriptions (CMSampleBuffer!, Интервал, UnsafeMutablePointer <AudioStreamPacketDescription>, UnsafeMutablePointer <Интервал>)-> OSStatus
Объявление
От
func CMSampleBufferGetAudioStreamPacketDescriptions(_ sbuf: CMSampleBuffer!, _ packetDescriptionsSize: UInt, _ packetDescriptionsOut: UnsafeMutablePointer<AudioStreamPacketDescription>, _ packetDescriptionsSizeNeededOut: UnsafeMutablePointer<UInt>) -> OSStatus
К
func CMSampleBufferGetAudioStreamPacketDescriptions(_ sbuf: CMSampleBuffer!, _ packetDescriptionsSize: Int, _ packetDescriptionsOut: UnsafeMutablePointer<AudioStreamPacketDescription>, _ packetDescriptionsSizeNeededOut: UnsafeMutablePointer<Int>) -> OSStatus

Измененный CMSampleBufferGetAudioStreamPacketDescriptionsPtr (CMSampleBuffer!, UnsafeMutablePointer <UnsafePointer <AudioStreamPacketDescription>>, UnsafeMutablePointer <Интервал>)-> OSStatus
Объявление
От
func CMSampleBufferGetAudioStreamPacketDescriptionsPtr(_ sbuf: CMSampleBuffer!, _ packetDescriptionsPtrOut: UnsafeMutablePointer<UnsafePointer<AudioStreamPacketDescription>>, _ packetDescriptionsSizeOut: UnsafeMutablePointer<UInt>) -> OSStatus
К
func CMSampleBufferGetAudioStreamPacketDescriptionsPtr(_ sbuf: CMSampleBuffer!, _ packetDescriptionsPtrOut: UnsafeMutablePointer<UnsafePointer<AudioStreamPacketDescription>>, _ packetDescriptionsSizeOut: UnsafeMutablePointer<Int>) -> OSStatus

Измененный CMSampleBufferGetSampleSize (CMSampleBuffer!, CMItemIndex)-> Интервал
Объявление
От
func CMSampleBufferGetSampleSize(_ sbuf: CMSampleBuffer!, _ sampleIndex: CMItemIndex) -> UInt
К
func CMSampleBufferGetSampleSize(_ sbuf: CMSampleBuffer!, _ sampleIndex: CMItemIndex) -> Int

Измененный CMSampleBufferGetSampleSizeArray (CMSampleBuffer!, CMItemCount, UnsafeMutablePointer <Интервал>, UnsafeMutablePointer <CMItemCount>)-> OSStatus
Объявление
От
func CMSampleBufferGetSampleSizeArray(_ sbuf: CMSampleBuffer!, _ sizeArrayEntries: CMItemCount, _ sizeArrayOut: UnsafeMutablePointer<UInt>, _ sizeArrayEntriesNeededOut: UnsafeMutablePointer<CMItemCount>) -> OSStatus
К
func CMSampleBufferGetSampleSizeArray(_ sbuf: CMSampleBuffer!, _ sizeArrayEntries: CMItemCount, _ sizeArrayOut: UnsafeMutablePointer<Int>, _ sizeArrayEntriesNeededOut: UnsafeMutablePointer<CMItemCount>) -> OSStatus

Измененный CMSampleBufferGetTotalSampleSize (CMSampleBuffer!)-> Интервал
Объявление
От
func CMSampleBufferGetTotalSampleSize(_ sbuf: CMSampleBuffer!) -> UInt
К
func CMSampleBufferGetTotalSampleSize(_ sbuf: CMSampleBuffer!) -> Int

Измененный CMSwapBigEndianClosedCaptionDescriptionToHost (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapBigEndianClosedCaptionDescriptionToHost(_ closedCaptionDescriptionData: UnsafeMutablePointer<UInt8>, _ closedCaptionDescriptionSize: UInt) -> OSStatus
К
func CMSwapBigEndianClosedCaptionDescriptionToHost(_ closedCaptionDescriptionData: UnsafeMutablePointer<UInt8>, _ closedCaptionDescriptionSize: Int) -> OSStatus

Измененный CMSwapBigEndianImageDescriptionToHost (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapBigEndianImageDescriptionToHost(_ imageDescriptionData: UnsafeMutablePointer<UInt8>, _ imageDescriptionSize: UInt) -> OSStatus
К
func CMSwapBigEndianImageDescriptionToHost(_ imageDescriptionData: UnsafeMutablePointer<UInt8>, _ imageDescriptionSize: Int) -> OSStatus

Измененный CMSwapBigEndianMetadataDescriptionToHost (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapBigEndianMetadataDescriptionToHost(_ metadataDescriptionData: UnsafeMutablePointer<UInt8>, _ metadataDescriptionSize: UInt) -> OSStatus
К
func CMSwapBigEndianMetadataDescriptionToHost(_ metadataDescriptionData: UnsafeMutablePointer<UInt8>, _ metadataDescriptionSize: Int) -> OSStatus

Измененный CMSwapBigEndianSoundDescriptionToHost (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapBigEndianSoundDescriptionToHost(_ soundDescriptionData: UnsafeMutablePointer<UInt8>, _ soundDescriptionSize: UInt) -> OSStatus
К
func CMSwapBigEndianSoundDescriptionToHost(_ soundDescriptionData: UnsafeMutablePointer<UInt8>, _ soundDescriptionSize: Int) -> OSStatus

Измененный CMSwapBigEndianTextDescriptionToHost (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapBigEndianTextDescriptionToHost(_ textDescriptionData: UnsafeMutablePointer<UInt8>, _ textDescriptionSize: UInt) -> OSStatus
К
func CMSwapBigEndianTextDescriptionToHost(_ textDescriptionData: UnsafeMutablePointer<UInt8>, _ textDescriptionSize: Int) -> OSStatus

Измененный CMSwapBigEndianTimeCodeDescriptionToHost (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapBigEndianTimeCodeDescriptionToHost(_ timeCodeDescriptionData: UnsafeMutablePointer<UInt8>, _ timeCodeDescriptionSize: UInt) -> OSStatus
К
func CMSwapBigEndianTimeCodeDescriptionToHost(_ timeCodeDescriptionData: UnsafeMutablePointer<UInt8>, _ timeCodeDescriptionSize: Int) -> OSStatus

Измененный CMSwapHostEndianClosedCaptionDescriptionToBig (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapHostEndianClosedCaptionDescriptionToBig(_ closedCaptionDescriptionData: UnsafeMutablePointer<UInt8>, _ closedCaptionDescriptionSize: UInt) -> OSStatus
К
func CMSwapHostEndianClosedCaptionDescriptionToBig(_ closedCaptionDescriptionData: UnsafeMutablePointer<UInt8>, _ closedCaptionDescriptionSize: Int) -> OSStatus

Измененный CMSwapHostEndianImageDescriptionToBig (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapHostEndianImageDescriptionToBig(_ imageDescriptionData: UnsafeMutablePointer<UInt8>, _ imageDescriptionSize: UInt) -> OSStatus
К
func CMSwapHostEndianImageDescriptionToBig(_ imageDescriptionData: UnsafeMutablePointer<UInt8>, _ imageDescriptionSize: Int) -> OSStatus

Измененный CMSwapHostEndianMetadataDescriptionToBig (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapHostEndianMetadataDescriptionToBig(_ metadataDescriptionData: UnsafeMutablePointer<UInt8>, _ metadataDescriptionSize: UInt) -> OSStatus
К
func CMSwapHostEndianMetadataDescriptionToBig(_ metadataDescriptionData: UnsafeMutablePointer<UInt8>, _ metadataDescriptionSize: Int) -> OSStatus

Измененный CMSwapHostEndianSoundDescriptionToBig (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapHostEndianSoundDescriptionToBig(_ soundDescriptionData: UnsafeMutablePointer<UInt8>, _ soundDescriptionSize: UInt) -> OSStatus
К
func CMSwapHostEndianSoundDescriptionToBig(_ soundDescriptionData: UnsafeMutablePointer<UInt8>, _ soundDescriptionSize: Int) -> OSStatus

Измененный CMSwapHostEndianTextDescriptionToBig (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapHostEndianTextDescriptionToBig(_ textDescriptionData: UnsafeMutablePointer<UInt8>, _ textDescriptionSize: UInt) -> OSStatus
К
func CMSwapHostEndianTextDescriptionToBig(_ textDescriptionData: UnsafeMutablePointer<UInt8>, _ textDescriptionSize: Int) -> OSStatus

Измененный CMSwapHostEndianTimeCodeDescriptionToBig (UnsafeMutablePointer <UInt8>, Интервал)-> OSStatus
Объявление
От
func CMSwapHostEndianTimeCodeDescriptionToBig(_ timeCodeDescriptionData: UnsafeMutablePointer<UInt8>, _ timeCodeDescriptionSize: UInt) -> OSStatus
К
func CMSwapHostEndianTimeCodeDescriptionToBig(_ timeCodeDescriptionData: UnsafeMutablePointer<UInt8>, _ timeCodeDescriptionSize: Int) -> OSStatus

Измененный CMTextFormatDescriptionCreateFromBigEndianTextDescriptionData (CFAllocator!, UnsafePointer <UInt8>, Интервал, CFString!, CMMediaType, UnsafeMutablePointer <Неуправляемый <CMTextFormatDescription>?>)-> OSStatus
Объявление
От
func CMTextFormatDescriptionCreateFromBigEndianTextDescriptionData(_ allocator: CFAllocator!, _ textDescriptionData: UnsafePointer<UInt8>, _ textDescriptionSize: UInt, _ textDescriptionFlavor: CFString!, _ mediaType: CMMediaType, _ textFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMTextFormatDescription>?>) -> OSStatus
К
func CMTextFormatDescriptionCreateFromBigEndianTextDescriptionData(_ allocator: CFAllocator!, _ textDescriptionData: UnsafePointer<UInt8>, _ textDescriptionSize: Int, _ textDescriptionFlavor: CFString!, _ mediaType: CMMediaType, _ textFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMTextFormatDescription>?>) -> OSStatus

Измененный CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData (CFAllocator!, UnsafePointer <UInt8>, Интервал, CFString!, UnsafeMutablePointer <Неуправляемый <CMTimeCodeFormatDescription>?>)-> OSStatus
Объявление
От
func CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData(_ allocator: CFAllocator!, _ timeCodeDescriptionData: UnsafePointer<UInt8>, _ timeCodeDescriptionSize: UInt, _ timeCodeDescriptionFlavor: CFString!, _ timeCodeFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMTimeCodeFormatDescription>?>) -> OSStatus
К
func CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData(_ allocator: CFAllocator!, _ timeCodeDescriptionData: UnsafePointer<UInt8>, _ timeCodeDescriptionSize: Int, _ timeCodeDescriptionFlavor: CFString!, _ timeCodeFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMTimeCodeFormatDescription>?>) -> OSStatus

Измененный CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionData (CFAllocator!, UnsafePointer <UInt8>, Интервал, CFStringEncoding, CFString!, UnsafeMutablePointer <Неуправляемый <CMVideoFormatDescription>?>)-> OSStatus
Объявление
От
func CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionData(_ allocator: CFAllocator!, _ imageDescriptionData: UnsafePointer<UInt8>, _ imageDescriptionSize: UInt, _ imageDescriptionStringEncoding: CFStringEncoding, _ imageDescriptionFlavor: CFString!, _ videoFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMVideoFormatDescription>?>) -> OSStatus
К
func CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionData(_ allocator: CFAllocator!, _ imageDescriptionData: UnsafePointer<UInt8>, _ imageDescriptionSize: Int, _ imageDescriptionStringEncoding: CFStringEncoding, _ imageDescriptionFlavor: CFString!, _ videoFormatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMVideoFormatDescription>?>) -> OSStatus

Измененный CMVideoFormatDescriptionCreateFromH264ParameterSets (CFAllocator!, Интервал, UnsafePointer <UnsafePointer <UInt8>>, UnsafePointer <Интервал>, Int32, UnsafeMutablePointer <Неуправляемый <CMFormatDescription>?>)-> OSStatus
Объявление
От
func CMVideoFormatDescriptionCreateFromH264ParameterSets(_ allocator: CFAllocator!, _ parameterSetCount: UInt, _ parameterSetPointers: UnsafePointer<UnsafePointer<UInt8>>, _ parameterSetSizes: UnsafePointer<UInt>, _ NALUnitHeaderLength: Int32, _ formatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMFormatDescription>?>) -> OSStatus
К
func CMVideoFormatDescriptionCreateFromH264ParameterSets(_ allocator: CFAllocator!, _ parameterSetCount: Int, _ parameterSetPointers: UnsafePointer<UnsafePointer<UInt8>>, _ parameterSetSizes: UnsafePointer<Int>, _ NALUnitHeaderLength: Int32, _ formatDescriptionOut: UnsafeMutablePointer<Unmanaged<CMFormatDescription>?>) -> OSStatus

Измененный CMVideoFormatDescriptionGetH264ParameterSetAtIndex (CMFormatDescription!, Интервал, UnsafeMutablePointer <UnsafePointer <UInt8>>, UnsafeMutablePointer <Интервал>, UnsafeMutablePointer <Интервал>, UnsafeMutablePointer <Int32>)-> OSStatus
Объявление
От
func CMVideoFormatDescriptionGetH264ParameterSetAtIndex(_ videoDesc: CMFormatDescription!, _ parameterSetIndex: UInt, _ parameterSetPointerOut: UnsafeMutablePointer<UnsafePointer<UInt8>>, _ parameterSetSizeOut: UnsafeMutablePointer<UInt>, _ parameterSetCountOut: UnsafeMutablePointer<UInt>, _ NALUnitHeaderLengthOut: UnsafeMutablePointer<Int32>) -> OSStatus
К
func CMVideoFormatDescriptionGetH264ParameterSetAtIndex(_ videoDesc: CMFormatDescription!, _ parameterSetIndex: Int, _ parameterSetPointerOut: UnsafeMutablePointer<UnsafePointer<UInt8>>, _ parameterSetSizeOut: UnsafeMutablePointer<Int>, _ parameterSetCountOut: UnsafeMutablePointer<Int>, _ NALUnitHeaderLengthOut: UnsafeMutablePointer<Int32>) -> OSStatus