iPhone X running iOS 15.6 failed to connect to WPA3 Wifi using NEHotspotConfigurationManager API, however device running 16.3.1 can connect to WPA3 Wifi using the same NEHotspotConfigurationManager API. Can someone help me out?
Post
Replies
Boosts
Views
Activity
Set AVAssetWriterInput's AVVideoCompressionPropertiesKey as follows:
AVVideoCompressionPropertiesKey = {
AllowFrameReordering = 0;
AverageBitRate = 30000000;
ProfileLevel = "H264_Main_AutoLevel";
};
The exported video has B frame and level is 60, it is not supported by Photo app.
I create a subview of MTKView, and set it's pixel format and depth:
clearColor = MTLClearColor(red: 0.0, green: 0.0,
blue: 0.0, alpha: 1)
depthStencilPixelFormat = .depth32Float
colorPixelFormat = .bgra8Unorm
autoResizeDrawable = true
But the output color attachments are below:
Prio to iOS 17, everything is ok.