GoogleDAI_Objc
@objc(THEOplayerGoogleDAI)
public protocol GoogleDAI_ObjcRepresents information regarding content with dynamically inserted advertisements.
- 
                  
                  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. 
- 
                  
                  Requests whether snapback is enabled. DeclarationSwift @objc(requestSnapBack:) func requestSnapBack_Objc(completionHandler: @escaping (Bool, Error?) -> Void)ParameterscompletionHandlerA closure to invoke when the operation completes or fails. 
- 
                  
                  Enable/disable snapback. DeclarationSwift @objc(setSnapBack:completion:) func setSnapBack_Objc(_ newValue: Bool, completionHandler: ((Bool, Error?) -> Void)?)ParameterscompletionHandlerAn optional closure to invoke when the operation completes or fails. 
 GoogleDAI_Objc Protocol Reference
      GoogleDAI_Objc Protocol Reference