@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoFeatures extends Object implements Serializable, Cloneable, StructuredPojo
The video features set for the meeting. Applies to all attendees.
If you specify MeetingFeatures:Video:MaxResolution:None when you create a meeting, all API requests that
include SendReceive, Send, or Receive for
AttendeeCapabilities:Video will be rejected with ValidationError 400.
| Constructor and Description |
|---|
VideoFeatures() |
| Modifier and Type | Method and Description |
|---|---|
VideoFeatures |
clone() |
boolean |
equals(Object obj) |
String |
getMaxResolution()
The maximum video resolution for the meeting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxResolution(String maxResolution)
The maximum video resolution for the meeting.
|
String |
toString()
Returns a string representation of this object.
|
VideoFeatures |
withMaxResolution(String maxResolution)
The maximum video resolution for the meeting.
|
VideoFeatures |
withMaxResolution(VideoResolution maxResolution)
The maximum video resolution for the meeting.
|
public void setMaxResolution(String maxResolution)
The maximum video resolution for the meeting. Applies to all attendees.
Defaults to HD. To use FHD, you must also provide a
MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.
maxResolution - The maximum video resolution for the meeting. Applies to all attendees.
Defaults to HD. To use FHD, you must also provide a
MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.
VideoResolutionpublic String getMaxResolution()
The maximum video resolution for the meeting. Applies to all attendees.
Defaults to HD. To use FHD, you must also provide a
MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.
Defaults to HD. To use FHD, you must also provide a
MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250
attendees.
VideoResolutionpublic VideoFeatures withMaxResolution(String maxResolution)
The maximum video resolution for the meeting. Applies to all attendees.
Defaults to HD. To use FHD, you must also provide a
MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.
maxResolution - The maximum video resolution for the meeting. Applies to all attendees.
Defaults to HD. To use FHD, you must also provide a
MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.
VideoResolutionpublic VideoFeatures withMaxResolution(VideoResolution maxResolution)
The maximum video resolution for the meeting. Applies to all attendees.
Defaults to HD. To use FHD, you must also provide a
MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.
maxResolution - The maximum video resolution for the meeting. Applies to all attendees.
Defaults to HD. To use FHD, you must also provide a
MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.
VideoResolutionpublic String toString()
toString in class ObjectObject.toString()public VideoFeatures clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.