NIM C# SDK  6.3.0
NIM.NIMVChatMP4RecordJsonEx Class Reference

录制MP4文件接口封装的json类 More...

Inheritance diagram for NIM.NIMVChatMP4RecordJsonEx:
NimUtility.NimJsonObject< NIMVChatMP4RecordJsonEx >

Public Member Functions

 NIMVChatMP4RecordJsonEx ()
 
- Public Member Functions inherited from NimUtility.NimJsonObject< NIMVChatMP4RecordJsonEx >
virtual string Serialize ()
 
virtual string SerializeWithIndented ()
 

Properties

string RecordUid [get, set]
 kNIMVChatUid录制的成员,如果是自己填空,(录制时允许同时混音对端声音,需要填kNIMVChatMp4AudioType) More...
 
int RecordPeopleType [get, set]
 kNIMVChatMp4AudioType mp4录制时音频情况,0标识只录制当前成员,1标识录制通话全部混音(等同音频文件录制的声音) More...
 
bool RecordRecode [get, set]
 RecordRecode mp4录制重编码开关 More...
 
int RecordMp4Width [get, set]
 RecordMp4Width mp4录制文件的宽,不填或者数据无效[16-1280有效]时以收到的第一帧画面宽为默认 More...
 
int RecordMp4Height [get, set]
 RecordMp4Height mp4录制文件的高,不填或者数据无效[16-1280有效]时以收到的第一帧画面高为默认 More...
 
- Properties inherited from NimUtility.NimJsonObject< NIMVChatMP4RecordJsonEx >
virtual bool IgnoreDefauleValue [get, set]
 
string JSON [get, set]
 

Additional Inherited Members

- Static Public Member Functions inherited from NimUtility.NimJsonObject< NIMVChatMP4RecordJsonEx >
static T Deserialize (string json)
 

Detailed Description

录制MP4文件接口封装的json类

Constructor & Destructor Documentation

◆ NIMVChatMP4RecordJsonEx()

NIM.NIMVChatMP4RecordJsonEx.NIMVChatMP4RecordJsonEx ( )

Property Documentation

◆ RecordMp4Height

int NIM.NIMVChatMP4RecordJsonEx.RecordMp4Height
getset

RecordMp4Height mp4录制文件的高,不填或者数据无效[16-1280有效]时以收到的第一帧画面高为默认

◆ RecordMp4Width

int NIM.NIMVChatMP4RecordJsonEx.RecordMp4Width
getset

RecordMp4Width mp4录制文件的宽,不填或者数据无效[16-1280有效]时以收到的第一帧画面宽为默认

◆ RecordPeopleType

int NIM.NIMVChatMP4RecordJsonEx.RecordPeopleType
getset

kNIMVChatMp4AudioType mp4录制时音频情况,0标识只录制当前成员,1标识录制通话全部混音(等同音频文件录制的声音)

◆ RecordRecode

bool NIM.NIMVChatMP4RecordJsonEx.RecordRecode
getset

RecordRecode mp4录制重编码开关

◆ RecordUid

string NIM.NIMVChatMP4RecordJsonEx.RecordUid
getset

kNIMVChatUid录制的成员,如果是自己填空,(录制时允许同时混音对端声音,需要填kNIMVChatMp4AudioType)