Uses of Class
software.amazon.awssdk.services.medialive.model.RtmpCaptionData
-
Packages that use RtmpCaptionData Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of RtmpCaptionData in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return RtmpCaptionData Modifier and Type Method Description RtmpCaptionDataRtmpGroupSettings. captionData()Controls the types of data that passes to onCaptionInfo outputs.static RtmpCaptionDataRtmpCaptionData. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RtmpCaptionDataRtmpCaptionData. valueOf(String name)Returns the enum constant of this type with the specified name.static RtmpCaptionData[]RtmpCaptionData. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type RtmpCaptionData Modifier and Type Method Description static Set<RtmpCaptionData>RtmpCaptionData. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type RtmpCaptionData Modifier and Type Method Description RtmpGroupSettings.BuilderRtmpGroupSettings.Builder. captionData(RtmpCaptionData captionData)Controls the types of data that passes to onCaptionInfo outputs.
-