GoogleDAI_Objc
@objc(THEOplayerGoogleDAI)
public protocol GoogleDAI_ObjcRepresents information regarding content with dynamically inserted advertisements.
- 
                  
                  Whether snapback is enabled. DeclarationSwift var snapback: Bool { get set }
- 
                  
                  Converts stream time (including ads) to content time (excluding ads). For livestreams no conversion is done and the stream time parameter is returned. DeclarationSwift @objc(contentTimeFromStreamTime:) func contentTime(from streamTime: Double) -> DoubleParametersstreamTimeThe point in time of your stream including ads. Return ValueThe point in time of your content without ads. 
- 
                  
                  Converts content time (excluding ads) to stream time (including ads) For livestreams no conversion is done and the content time parameter is returned. DeclarationSwift @objc(streamTimeFromContentTime:) func streamTime(from contentTime: Double) -> DoubleParameterscontentTimeThe point in time of your content without ads. Return ValueThe point in time of your stream including ads. 
