BitmovinUserInterfaceMetadata
@objcMembers
@objc(BMPBitmovinUserInterfaceMetadata)
public class BitmovinUserInterfaceMetadata : NSObject
Contains metadata values to act as a fallback when respective values are not defined for the currently active source. See individual properties for details.
-
The default title of the video source. This is only used if the current
Source
‘sSourceConfig.title
is not set.Declaration
Swift
public var title: String?
-
The default description of the video source. This is only used if the current
Source
‘sSourceConfig.sourceDescription
is not set.Declaration
Swift
public var sourceDescription: String?