Class NERoomLiveStreamUserTranscoding
-
- All Implemented Interfaces:
public final class NERoomLiveStreamUserTranscoding
-
-
Constructor Summary
Constructors Constructor Description NERoomLiveStreamUserTranscoding()
-
Method Summary
Modifier and Type Method Description final String
getUuid()
final Unit
setUuid(String uuid)
final Boolean
getVideoPush()
final Unit
setVideoPush(Boolean videoPush)
final Boolean
getAudioPush()
final Unit
setAudioPush(Boolean audioPush)
final NERoomLiveStreamVideoScaleMode
getAdaption()
final Unit
setAdaption(NERoomLiveStreamVideoScaleMode adaption)
final Integer
getX()
final Unit
setX(Integer x)
final Integer
getY()
final Unit
setY(Integer y)
final Integer
getWidth()
final Unit
setWidth(Integer width)
final Integer
getHeight()
final Unit
setHeight(Integer height)
final Integer
getZOrder()
final Unit
setZOrder(Integer zOrder)
-
-
Method Detail
-
getVideoPush
final Boolean getVideoPush()
-
setVideoPush
final Unit setVideoPush(Boolean videoPush)
-
getAudioPush
final Boolean getAudioPush()
-
setAudioPush
final Unit setAudioPush(Boolean audioPush)
-
getAdaption
final NERoomLiveStreamVideoScaleMode getAdaption()
-
setAdaption
final Unit setAdaption(NERoomLiveStreamVideoScaleMode adaption)
-
-
-
-