GCKAdBreakInfo 클래스
광고 시점을 나타내는 클래스입니다.
- 다음 이후:
- 3.1
NSObject를 상속합니다. <NSCopy>를 구현합니다.
- (instancetype) initWithPlaybackPosition: |
|
(NSTimeInterval) |
playbackPosition |
|
지정 이니셜라이저입니다.
새 GCKAdBreakInfo를 구성합니다.
- Parameters
-
playbackPosition | The playback position in seconds for this ad break. |
이 광고 시간을 고유하게 식별하는 문자열입니다.
- 다음 이후:
- 3.3
- (NSTimeInterval) playbackPosition |
|
readnonatomicassign |
광고 재생이 시작될 재생 위치(초)입니다.
- 다음 이후:
- 3.1
광고 시점을 이미 시청했는지 여부를 나타냅니다.
- 다음 이후:
- 3.3
- (NSArray<NSString *>*) adBreakClipIDs |
|
readnonatomicstrong |
이 광고 시점에 포함된 광고 시점 클립의 식별자 문자열 목록입니다.
- 다음 이후:
- 3.3
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
[null,null,["최종 업데이트: 2023-12-02(UTC)"],[[["`GCKAdBreakInfo` is a class that represents an ad break within a media playback, providing details about its timing, identification, and composition."],["It includes properties like `adBreakID`, `playbackPosition`, `watched` status, and `adBreakClipIDs` to manage ad breaks effectively."],["Developers can initialize an `GCKAdBreakInfo` instance using `initWithPlaybackPosition:` and access its properties to control ad playback behavior."],["This class helps manage ad breaks by providing information about their timing, unique identifiers, whether they have been watched, and the IDs of individual ad clips within the break."]]],[]]