TextTrackStyleEdgeStyle
@objc(THEOplayerTextTrackStyleEdgeStyle)
public class TextTrackStyleEdgeStyle : NSObject
The TextTrackStyleEdgeStyle API can be used to change the edge style of the renderred TextTracks.
-
No edge style
Declaration
Swift
@objc public static let none: String -
A raised edge style.
Declaration
Swift
@objc public static let raised: String -
A depressed edge style.
Declaration
Swift
@objc public static let depressed: String -
A uniform border style.
Declaration
Swift
@objc public static let uniform: String -
A drop shadow style.
Declaration
Swift
@objc public static let dropShadow: String