You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@available(tvOS 11.2, *)
open class AVDisplayCriteria : NSObject, NSCopying, @unchecked Sendable {
/**
@method initWithRefreshRate:formatDescription:
@abstract Initializes an AVDisplayCriteria with the specified refresh rate and format description.
@param refreshRate - Desired screen refresh rate.
@param formatDescription - Format description describing the video format.
@result An instance of AVDisplayCriteria.
*/
@available(tvOS 17.0, *)
public init(refreshRate: Float, formatDescription: CMFormatDescription)
}
we could now legally create an AVDisplayCriteria...
Although I don't know if it will be possible to set CMFormatDescription for our needs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
now in tvos 17 apple added this method:
we could now legally create an AVDisplayCriteria...
Although I don't know if it will be possible to set CMFormatDescription for our needs.
Beta Was this translation helpful? Give feedback.
All reactions