Java com.google.gwt.tok.client PublishProperties fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.tok.client PublishProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.tok.client PublishProperties.

The text is from its open source code.

Method

PublishPropertiesget()
voidsetHeight(Integer height)
The desired height in pixels of the displayed Publisher video stream (default: 198).
voidsetMicrophoneGain(Integer microphoneGain)
The desired microphone gain, between 0 and 100, when the Publisher is first published (default: 50).
voidsetMirror(Boolean mirror)
Whether the publisher's video image is mirrored in the publisher's page.
voidsetPublishAudio(Boolean publishAudio)
Whether to initially publish audio for the stream (default: true)
voidsetPublishVideo(Boolean publishVideo)
Whether to initially publish video for the stream (default: true).
voidsetWidth(int width)
The desired width in pixels of the displayed Publisher video stream (default: 264).