GCKMediaTextTrackStyle クラス

GCKMediaTextTrackStyle クラス リファレンス

概要

テキスト メディア トラックのスタイルを表すクラス。

NSObject を継承します。<NSCopying> を実装する。

インスタンス メソッドの概要

(instancetype) - init
 指定されたイニシャライザ。その他...
 

クラスメソッドの概要

(instancetype) + createDefault
 システムの字幕設定に基づいてデフォルト値を持つインスタンスを作成します。その他...
 

プロパティの概要

CGFloat fontScale
 テキストのフォントのスケーリング ファクタ。その他...
 
GCKColorforegroundColor
 前景色。その他...
 
GCKColorbackgroundColor
 背景色。その他...
 
GCKMediaTextTrackStyleEdgeType edgeType
 エッジのタイプ。その他...
 
GCKColoredgeColor
 エッジの色その他...
 
GCKMediaTextTrackStyleWindowType windowType
 ウィンドウ タイプ。その他...
 
GCKColorwindowColor
 ウィンドウの色その他...
 
CGFloat windowRoundedCornerRadius
 角の丸みの角の絶対値(ピクセル単位)。その他...
 
NSString * fontFamily
 フォント ファミリー。フォントを使用できない場合は、汎用フォント ファミリーが使用されます。その他...
 
GCKMediaTextTrackStyleFontGenericFamily fontGenericFamily
 汎用フォント ファミリー。その他...
 
GCKMediaTextTrackStyleFontStyle fontStyle
 フォント スタイル。その他...
 
id customData
 カスタムデータ(存在する場合)。その他...
 

メソッドの詳細

- (instancetype) init

指定されたイニシャライザ。

すべてのプロパティは可変であるため、構成後に指定できます。

+ (instancetype) createDefault

システムの字幕設定に基づいてデフォルト値を持つインスタンスを作成します。

iOS 7 以前のシステムでは nil が返されます。

プロパティの詳細

- (CGFloat) fontScale
readwritenonatomicassign

テキストのフォントのスケーリング ファクタ。

- (GCKColor*) foregroundColor
readwritenonatomiccopy

前景色。

- (GCKColor*) backgroundColor
readwritenonatomiccopy

背景色。

- (GCKMediaTextTrackStyleEdgeType) edgeType
readwritenonatomicassign

エッジのタイプ。

- (GCKColor*) edgeColor
readwritenonatomiccopy

エッジの色

- (GCKMediaTextTrackStyleWindowType) windowType
readwritenonatomicassign

ウィンドウ タイプ。

- (GCKColor*) windowColor
readwritenonatomiccopy

ウィンドウの色

- (CGFloat) windowRoundedCornerRadius
readwritenonatomicassign

角の丸みの角の絶対値(ピクセル単位)。

- (NSString*) fontFamily
readwritenonatomiccopy

フォント ファミリー。フォントを使用できない場合は、汎用フォント ファミリーが使用されます。

- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily
readwritenonatomicassign

汎用フォント ファミリー。

- (GCKMediaTextTrackStyleFontStyle) fontStyle
readwritenonatomicassign

フォント スタイル。

- (id) customData
readwritenonatomicstrong

カスタムデータ(存在する場合)。