Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Tcs
-
Packages that use Tcs Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Tcs in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Tcs Modifier and Type Method Description static TcsTcs. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TcsFmtp. tcs()The transfer characteristic system (TCS) that is used in the video.TcsFmtpRequest. tcs()The transfer characteristic system (TCS) that is used in the video.static TcsTcs. valueOf(String name)Returns the enum constant of this type with the specified name.static Tcs[]Tcs. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type Tcs Modifier and Type Method Description static Set<Tcs>Tcs. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Tcs Modifier and Type Method Description Fmtp.BuilderFmtp.Builder. tcs(Tcs tcs)The transfer characteristic system (TCS) that is used in the video.FmtpRequest.BuilderFmtpRequest.Builder. tcs(Tcs tcs)The transfer characteristic system (TCS) that is used in the video.
-