NestAdsMediaContent

동영상 소재의 정보를 담은 클래스입니다.

open class NestAdsMediaContent

Public Variables

open private(set) var hasVideoContent: Bool

동영상 컨텐츠가 있는지 여부


open private(set) var videoController: NestAdsVideoController

동영상 플레이어를 조작할 수 있는 객체


open private(set) var width: Int

동영상 가로값 (px)


open private(set) var height: Int

동영상 세로값 (px)


open private(set) var aspectRatio: CGFloat

동영상 width 값과 height 값의 비율 (width/height)


open private(set) var skipOffset: TimeInterval?

스킵 가능한 초 수 (seconds)


open private(set) var duration: TimeInterval

총 재생 시간 (seconds)


open private(set) var currentTime: TimeInterval

현재 시간 (seconds)


Last updated