メインコンテンツまでスキップ

Chapter & Subtitle

お知らせ

このドキュメントは機械翻訳で作成された下書きであり、現在レビュー中です。機械翻訳の特性上、一部の内容が不正確であったり、韓国語の原文と異なる場合があります。より正確な情報については、韓国語のドキュメントをご参照ください。

Chapter Class

#import <Chapter.h>

チャプター情報を格納するクラスです。

Properties

  • NSTimeInterval position
  • NSString * value

Property Details

属性説明
(NSTimeInterval) position
[nonatomic, unsafe_unretained]
チャプター位置
(NSString*) value
[nonatomic, retain]
チャプタータイトル

ChapterDict Class

#import <Chapter.h>

言語別チャプターリストを格納するクラスです。

Properties

  • NSString * strLanguage
  • NSMutableArray * listChapter

Property Details

属性説明
(NSString*) strLanguage
[nonatomic, retain]
チャプター言語
(NSMutableArray*) listChapter
[nonatomic, retain]
チャプターリスト

KPSection Class

#import <KPSection.h>

プレビュー(Preview)区間の開始・終了時刻を格納するクラスです。

Properties

  • NSInteger startTime
  • NSInteger endTime

Property Details

属性説明
(NSInteger) startTime
[read, write, nonatomic, unsafe_unretained]
再生区間の開始時刻 (sec)
(NSInteger) endTime
[read, write, nonatomic, unsafe_unretained]
再生区間の終了時刻 (sec)

SubTitleInfo Class

#import <SubTitleInfo.h>

字幕名・パス・言語など字幕ファイル情報を格納するクラスです。

Properties

  • NSString * strName
  • NSString * strUrl
  • NSString * strLanguage
  • BOOL isAISubtitles

Property Details

属性説明
(NSString*) strName
[read, nonatomic, retain]
字幕名
(NSString*) strUrl
[read, nonatomic, retain]
字幕パス
(NSString*) strLanguage
[read, nonatomic, retain]
字幕言語
(BOOL) isAISubtitles
[read, nonatomic, unsafe_unretained]
AI 生成字幕かどうか