GoogleImaAdDescription
open class GoogleImaAdDescription : NSObject, AdDescription, CodableAn AdDescription object that will be added to the player when using the Google Ima ad integration.
- 
                  
                  The ad Integration. DeclarationSwift public var integration: AdIntegration?
- 
                  
                  Represents the source of the ad. The player will download the content available at the URL and will schedule the specified advertisement(s). Remark The Google IMA ad integration supports VAST, VMAP and VPAID files.DeclarationSwift public var src: URL
- 
                  
                  Specifies the time when an ad should be played in the content video. The following offset formats are supported: - Timecode in HH:MM:SS.mmm: e.g."01:32:54.78"
- Total number of seconds: e.g. "5574.78"
- Markers: "start","end"
- Percentages: e.g. - "10%".- Important Only use this property for VAST-files. THEOplayer will ignore this value for VMAP-files, because they already have their own offset.
 DeclarationSwift public var timeOffset: String?
- Timecode in 
- 
                  
                  Constructs a GoogleImaAdDescription. DeclarationSwift public init(src: String, timeOffset: String? = nil)Parameterssrcthe source of the ad. timeOffsetthe optional time offset, defaults to nil. 
