amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video / VideoContentHint

VideoContentHint

enum class VideoContentHint

VideoContentHint describes the content type of a video source so that downstream encoders, etc. can properly decide on what parameters will work best. These options mirror https://www.w3.org/TR/mst-content-hint/ .

Enum Values

None

No hint has been provided.

Motion

The track should be treated as if it contains video where motion is important.

Detail

The track should be treated as if video details are extra important.

Text

The track should be treated as if video details are extra important, and that significant sharp edges and areas of consistent color can occur frequently.