My Project
Class Methods | Properties | List of all members
NEPitchRecordSingInfo Class Reference

打分相关信息对象:包含打分数据对象和歌词数据对象 More...

#import <NEPitchRecordSingInfo.h>

Inheritance diagram for NEPitchRecordSingInfo:

Class Methods

(NEPitchRecordSingInfo *) + createInfoWithPitchContent:separator:startTime:endTime:LocalLyric:andType:
 

Properties

NSInteger startTime
 片段歌词开始时间 More...
 
NSInteger endTime
 片段歌词结束时间 More...
 
NELyriclyricModel
 用户展示的歌词信息 More...
 
NEPitchModelpitchModel
 pitch 信息 More...
 
NSInteger lyricSingDuration
 演唱歌词结束时长 More...
 
NERecordSingType type
 录制类型,整首,片段,合唱 More...
 
NSArray< NEPitchRecordSingMarkModel * > * markModels
 分数 More...
 
NSInteger availableLyricCount
 有效句子数 More...
 
NEPitchRecordSingMarkModelfinalMark
 最终分数 仅含自己 More...
 
NEPitchRecordSingMarkModelchorusFinalMark
 最终分数 合唱的时候是 a + b More...
 

Detailed Description

打分相关信息对象:包含打分数据对象和歌词数据对象

Method Documentation

◆ createInfoWithPitchContent:separator:startTime:endTime:LocalLyric:andType:

+ (NEPitchRecordSingInfo *) createInfoWithPitchContent: (NSString *)  pitchContent
separator: (NSString *)  separator
startTime: (NSInteger)  startTime
endTime: (NSInteger)  endTime
LocalLyric: (NSString *)  LyricContent
andType: (NELyricType)  type 

构造info数据对象

Parameters
pitchContent打分文本内容
separator打分文本内容分隔符
startTime开始时间
endTime结束时间
LyricContent歌词内容
type歌词类型

Property Documentation

◆ availableLyricCount

- (NSInteger) availableLyricCount
readwritenonatomicassign

有效句子数

◆ chorusFinalMark

- (NEPitchRecordSingMarkModel*) chorusFinalMark
readwritenonatomicstrong

最终分数 合唱的时候是 a + b

◆ endTime

- (NSInteger) endTime
readwritenonatomicassign

片段歌词结束时间

◆ finalMark

- (NEPitchRecordSingMarkModel*) finalMark
readwritenonatomicstrong

最终分数 仅含自己

◆ lyricModel

- (NELyric*) lyricModel
readwritenonatomicstrong

用户展示的歌词信息

◆ lyricSingDuration

- (NSInteger) lyricSingDuration
readwritenonatomicassign

演唱歌词结束时长

◆ markModels

- (NSArray<NEPitchRecordSingMarkModel *>*) markModels
readwritenonatomicstrong

分数

◆ pitchModel

- (NEPitchModel*) pitchModel
readwritenonatomicstrong

pitch 信息

◆ startTime

- (NSInteger) startTime
readwritenonatomicassign

片段歌词开始时间

◆ type

- (NERecordSingType) type
readwritenonatomicassign

录制类型,整首,片段,合唱


The documentation for this class was generated from the following file: