GCKMediaTextTrackStyle 类
继承 NSObject。实现 <NSDuplicate>。
指定的初始化程序。
所有属性都是可变的,因此可以在构建后提供。
+ (instancetype) createDefault |
|
|
|
根据系统的字幕设置创建具有默认值的实例。
在 iOS 7 之前的系统中,此方法将返回 nil。
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleWindowType) windowType |
|
readwritenonatomicassign |
- (CGFloat) windowRoundedCornerRadius |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
readwritenonatomicassign |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-12-06。
[null,null,["最后更新时间 (UTC):2022-12-06。"],[[["`GCKMediaTextTrackStyle` is a class that manages the style of text-based media tracks."],["It provides properties to control aspects like font, color, background, and edges of the text."],["You can create a default style based on system settings or customize individual properties."],["Includes methods for initialization and creation with default values."],["It inherits from `NSObject` and implements the `NSCopying` protocol."]]],[]]