BasicCastBuilder
@objc
public class BasicCastBuilder : NSObject
TVPAPICastBuilder this component will help you to comunicate with Kaltura-custom-receiver.
-
Undocumented
See moreDeclaration
Swift
@objc public enum StreamType : Int -
Undocumented
Declaration
Swift
@objc public var contentId: String! -
Undocumented
Declaration
Swift
@objc public var webPlayerURL: String? -
Undocumented
Declaration
Swift
@objc public var partnerID: String? -
Undocumented
Declaration
Swift
@objc public var uiconfID: String? -
Undocumented
Declaration
Swift
@objc public var adTagURL: String? -
Undocumented
Declaration
Swift
@objc public var metaData: GCKMediaMetadata? -
Undocumented
Declaration
Swift
@objc public var streamType: BasicCastBuilder.StreamType { get set } -
Set - stream type
Declaration
Swift
@discardableResult @nonobjc public func set(streamType: StreamType) -> SelfParameters
contentIdreceiver contentId to play ( Entry id, or Asset id )
-
Set - contentId
Declaration
Swift
@discardableResult @nonobjc public func set(contentId: String?) -> SelfParameters
contentIdreceiver contentId to play ( Entry id, or Asset id )
-
Set - adTagURL
Declaration
Swift
@discardableResult @nonobjc public func set(adTagURL: String?) -> SelfParameters
adTagURLthat advertisments url to play
-
Set - webPlayerURL
Declaration
Swift
@discardableResult @nonobjc public func set(webPlayerURL: String?) -> SelfParameters
webPlayerURLthe location of the web player the receiver will use to play content
-
Set - partnerID
Declaration
Swift
@discardableResult @nonobjc public func set(partnerID: String?) -> SelfParameters
partnerIDthe client partner id
-
Set - uiconfID
Declaration
Swift
@discardableResult @nonobjc public func set(uiconfID: String?) -> SelfParameters
uiconfIDthe receiver uiconf id thet has the configuration for the layout and plugins
-
Set - metaData
Declaration
Swift
@discardableResult @nonobjc public func set(metaData: GCKMediaMetadata?) -> SelfParameters
metaDatathe receiver google meta data
-
Build GCKMediaInformation a google-cast-sdk object to send through the load google-API
Declaration
Swift
@objc public func build() throws -> GCKMediaInformation
BasicCastBuilder Class Reference