-
- All Implemented Interfaces:
-
com.vhall.push.IVHLivePusher
public class VHLivePusher extends LivePusher
-
-
Field Summary
Fields Modifier and Type Field Description private StringlogReportRoomId
-
Constructor Summary
Constructors Constructor Description VHLivePusher(IVHCapture videoCapture, IVHCapture audioCapture, VHLivePushConfig config)
-
Method Summary
Modifier and Type Method Description voidsetLogReportRoomId(String logReportRoomId)voidstart(String roomId, String accessToken)voidpause()voidaddExtraLogParam(String s)-
Methods inherited from class com.vhall.push.LivePusher
enterRoomReport, getState, openNoiseCancelling, pause, pushAACDataTs, pushH264DataTs, release, resume, resumeAble, setListener, setLogParam, setVolumeAmplificateSize, start, stop -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setLogReportRoomId
void setLogReportRoomId(String logReportRoomId)
-
pause
void pause()
-
addExtraLogParam
void addExtraLogParam(String s)
-
-
-
-