Public 成员函数 | |
void | OnRecordError (TXLiteAVLocalRecordError err, String^ msg) |
void | OnRecordComplete (String^ path) |
void | OnRecordProgress (Int32 duration, Int32 fileSize, Int32 width, Int32 height) |
void OnRecordComplete | ( | String^ | path | ) |
����¼�ƽ���ص�
path | �ɹ�¼���ļ�ȫ·�� |
void OnRecordError | ( | TXLiteAVLocalRecordError | err, |
String^ | msg | ||
) |
����¼�ƴ���
err | ¼�ƴ��ο� TXLiteAVLocalRecordError ���� |
msg | ������Ϣ |
void OnRecordProgress | ( | Int32 | duration, |
Int32 | fileSize, | ||
Int32 | width, | ||
Int32 | height | ||
) |
¼�ƽ��Ȼص�
duration | ��ǰ¼���ļ���ʱ������λ( MS ) |
fileSize | ��ǰ¼���ļ��Ĵ�С����λ( Byte ) |
width | ��ǰ¼���ļ��Ŀ�����λ( px ) |
height | ��ǰ¼���ļ��ĸߣ���λ( px ) |