歌词数据对象
More...
#import <NELyric.h>
◆ initWithContent:andType:
- (instancetype) initWithContent: |
|
(NSString *) |
content |
andType: |
|
(NELyricType) |
type |
|
|
| |
model初始化
- Parameters
-
content | 文本内容 |
type | yrc 或 qrc |
◆ lineAtTime:
- (nullable NELyricLine *) lineAtTime: |
|
(NSInteger) |
time |
|
time所在行model
- Parameters
-
- Returns
- 返回当前时间行的对象
◆ lineAtTime:isEnd:
time所在行model
- Parameters
-
time | 当前时间 默认为开始时间 |
isEnd | 是否是结束时间 |
- Returns
- 返回当前时间行的对象
◆ linesAtTime:toTime:
- (NSArray< NELyricLine * > *) linesAtTime: |
|
(NSInteger) |
time |
toTime: |
|
(NSInteger) |
endTime |
|
|
| |
◆ content
◆ lineModels
◆ type
The documentation for this class was generated from the following file: