@Generated(value="software.amazon.awssdk:codegen") public final class MediaStream extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MediaStream.Builder,MediaStream>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MediaStream.Builder |
| Modifier and Type | Method and Description |
|---|---|
MediaStreamAttributes |
attributes()
Attributes that are related to the media stream.
|
static MediaStream.Builder |
builder() |
Integer |
clockRate()
The sample rate for the stream.
|
String |
description()
A description that can help you quickly identify what your media stream is used for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fmt()
The format type number (sometimes referred to as RTP payload type) of the media stream.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
mediaStreamId()
A unique identifier for the media stream.
|
String |
mediaStreamName()
A name that helps you distinguish one media stream from another.
|
MediaStreamType |
mediaStreamType()
The type of media stream.
|
String |
mediaStreamTypeAsString()
The type of media stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MediaStream.Builder> |
serializableBuilderClass() |
MediaStream.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
videoFormat()
The resolution of the video.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MediaStreamAttributes attributes()
public final Integer clockRate()
public final String description()
public final Integer fmt()
public final Integer mediaStreamId()
public final String mediaStreamName()
public final MediaStreamType mediaStreamType()
If the service returns an enum value that is not available in the current SDK version, mediaStreamType
will return MediaStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from mediaStreamTypeAsString().
MediaStreamTypepublic final String mediaStreamTypeAsString()
If the service returns an enum value that is not available in the current SDK version, mediaStreamType
will return MediaStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from mediaStreamTypeAsString().
MediaStreamTypepublic final String videoFormat()
public MediaStream.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MediaStream.Builder,MediaStream>public static MediaStream.Builder builder()
public static Class<? extends MediaStream.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.