-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VideoToolbox] Add support for Xcode13 beta5. #12466
[VideoToolbox] Add support for Xcode13 beta5. #12466
Conversation
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): 🎉 All 105 tests passed 🎉Pipeline on Agent XAMBOT-1094.BigSur' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot to submit review yesterday :(
largely identical to Rolf's comments
src/videotoolbox.cs
Outdated
|
||
[TV (15,0), Mac (12,0), iOS (15,0), MacCatalyst (15,0)] | ||
[Field ("kVTEncodeFrameOptionKey_AcknowledgedLTRTokens")] | ||
NSString AcknowledgedLTRTokens { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> Ltr
src/videotoolbox.cs
Outdated
|
||
[TV (15,0), Mac (12,0), iOS (15,0), MacCatalyst (15,0)] | ||
[Field ("kVTEncodeFrameOptionKey_ForceLTRRefresh")] | ||
NSString ForceLTRRefresh { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> Ltr
src/videotoolbox.cs
Outdated
|
||
[TV (15,0), Mac (12,0), iOS (15,0), MacCatalyst (15,0)] | ||
[Field ("kVTSampleAttachmentKey_RequireLTRAcknowledgementToken")] | ||
NSString RequireLTRAcknowledgementToken { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> Ltr
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results4 tests failed, 104 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results4 tests failed, 104 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur' |
Unrelated failures: https://github.com/xamarin/maccore/issues/2409 |
No description provided.