Class NERoomLiveStreamUserTranscoding
-
- All Implemented Interfaces:
public final class NERoomLiveStreamUserTranscoding
-
-
Constructor Summary
Constructors Constructor Description NERoomLiveStreamUserTranscoding()
-
Method Summary
Modifier and Type Method Description final StringgetUuid()final UnitsetUuid(String uuid)final BooleangetVideoPush()final UnitsetVideoPush(Boolean videoPush)final BooleangetAudioPush()final UnitsetAudioPush(Boolean audioPush)final NERoomLiveStreamVideoScaleModegetAdaption()final UnitsetAdaption(NERoomLiveStreamVideoScaleMode adaption)final IntegergetX()final UnitsetX(Integer x)final IntegergetY()final UnitsetY(Integer y)final IntegergetWidth()final UnitsetWidth(Integer width)final IntegergetHeight()final UnitsetHeight(Integer height)final IntegergetZOrder()final UnitsetZOrder(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)
-
-
-
-