GoogleDAI
public protocol GoogleDAIRepresents 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 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 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 func requestSnapBack(completionHandler: @escaping (Bool?, Error?) -> Void)ParameterscompletionHandlerA closure to invoke when the operation completes or fails. 
- 
                  
                  Enable/disable snapback. DeclarationSwift func setSnapBack(_ newValue: Bool, completionHandler: ((Bool?, Error?) -> Void)?)ParameterscompletionHandlerAn optional closure to invoke when the operation completes or fails. 
 GoogleDAI Protocol Reference
      GoogleDAI Protocol Reference