A tvOS Dev Looking to Understand how MrMrc did frame rate matching
Posted: 16 May 2019, 02:29
Hey Everyone --
I'm a fellow tvOS dev with zilch for Objective-C experience and I'd like to understand how you implemented frame rate / content matching in MrMc but do it with Swift instead. Looking at the code here:
https://github.com/MrMC/mrmc/blob/e69e4 ... r.mm#L2151
It seems like a custom class with the same name as the AVDisplayCriteria interface/class from Apple was created. I tried various combinations of things in Swift a custom class that extends AVDisplayCriteria but it always ends up crashing with a bad memory access.
Any insights would be helpful.
Thanks!
I'm a fellow tvOS dev with zilch for Objective-C experience and I'd like to understand how you implemented frame rate / content matching in MrMc but do it with Swift instead. Looking at the code here:
https://github.com/MrMC/mrmc/blob/e69e4 ... r.mm#L2151
It seems like a custom class with the same name as the AVDisplayCriteria interface/class from Apple was created. I tried various combinations of things in Swift a custom class that extends AVDisplayCriteria but it always ends up crashing with a bad memory access.
Any insights would be helpful.
Thanks!