xamarin-macios/tests/xtro-sharpie/common-CoreMedia.ignore

31 строка
1.2 KiB
Plaintext

## block version of the above API
## block version of the above API
## block version of the above API
## block version of the above API
## block based version of CMBufferQueueCreate (which use callbacks and is already bound)
## block based version of CMAudioSampleBufferCreateWithPacketDescriptions (which use callbacks and is already bound)
## block based version of CMSampleBufferCreateForImageBuffer (which use callbacks and is already bound)
# they are added because we need to be back compatible yet we do have code to choose the correct one
!unknown-pinvoke! CMTimebaseCopyMaster bound
!unknown-pinvoke! CMTimebaseCopyMasterClock bound
!unknown-pinvoke! CMTimebaseCopyMasterTimebase bound
!unknown-pinvoke! CMTimebaseCopyUltimateMasterClock bound
!unknown-pinvoke! CMTimebaseCreateWithMasterClock bound
!unknown-pinvoke! CMTimebaseCreateWithMasterTimebase bound
!unknown-pinvoke! CMTimebaseSetMasterClock bound
!unknown-pinvoke! CMTimebaseSetMasterTimebase bound
# it can return a Clock or a Timebase but the API already has a way to access the clock source (CMTimebaseCopySourceClock)
# and the Timebase (CMTimebaseCopySourceTimebase) so there is no reason atm to add this method