Home
last modified time | relevance | path

Searched refs:DvbSubDestinationBackgroundColor (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DDvbSubDestinationBackgroundColor.cpp28DvbSubDestinationBackgroundColor GetDvbSubDestinationBackgroundColorForName(const Aws::String& nam… in GetDvbSubDestinationBackgroundColorForName()
33 return DvbSubDestinationBackgroundColor::BLACK; in GetDvbSubDestinationBackgroundColorForName()
37 return DvbSubDestinationBackgroundColor::NONE; in GetDvbSubDestinationBackgroundColorForName()
41 return DvbSubDestinationBackgroundColor::WHITE; in GetDvbSubDestinationBackgroundColorForName()
47 return static_cast<DvbSubDestinationBackgroundColor>(hashCode); in GetDvbSubDestinationBackgroundColorForName()
50 return DvbSubDestinationBackgroundColor::NOT_SET; in GetDvbSubDestinationBackgroundColorForName()
53 … Aws::String GetNameForDvbSubDestinationBackgroundColor(DvbSubDestinationBackgroundColor enumValue) in GetNameForDvbSubDestinationBackgroundColor()
57 case DvbSubDestinationBackgroundColor::BLACK: in GetNameForDvbSubDestinationBackgroundColor()
59 case DvbSubDestinationBackgroundColor::NONE: in GetNameForDvbSubDestinationBackgroundColor()
61 case DvbSubDestinationBackgroundColor::WHITE: in GetNameForDvbSubDestinationBackgroundColor()
H A DDvbSubDestinationSettings.cpp24 m_backgroundColor(DvbSubDestinationBackgroundColor::NOT_SET), in DvbSubDestinationSettings()
60 m_backgroundColor(DvbSubDestinationBackgroundColor::NOT_SET), in DvbSubDestinationSettings()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DDvbSubDestinationBackgroundColor.h16 enum class DvbSubDestinationBackgroundColor enum
26 AWS_MEDIALIVE_API DvbSubDestinationBackgroundColor GetDvbSubDestinationBackgroundColorForName(const…
28 …_API Aws::String GetNameForDvbSubDestinationBackgroundColor(DvbSubDestinationBackgroundColor value…
H A DDvbSubDestinationSettings.h130 …inline const DvbSubDestinationBackgroundColor& GetBackgroundColor() const{ return m_backgroundColo… in GetBackgroundColor()
142 …inline void SetBackgroundColor(const DvbSubDestinationBackgroundColor& value) { m_backgroundColorH… in SetBackgroundColor()
148 …inline void SetBackgroundColor(DvbSubDestinationBackgroundColor&& value) { m_backgroundColorHasBee… in SetBackgroundColor()
154 …inline DvbSubDestinationSettings& WithBackgroundColor(const DvbSubDestinationBackgroundColor& valu… in WithBackgroundColor()
160 …inline DvbSubDestinationSettings& WithBackgroundColor(DvbSubDestinationBackgroundColor&& value) { … in WithBackgroundColor()
740 DvbSubDestinationBackgroundColor m_backgroundColor;
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/medialive/types/
H A Denums.go811 type DvbSubDestinationBackgroundColor string type
815 DvbSubDestinationBackgroundColorBlack DvbSubDestinationBackgroundColor = "BLACK"
816 DvbSubDestinationBackgroundColorNone DvbSubDestinationBackgroundColor = "NONE"
817 DvbSubDestinationBackgroundColorWhite DvbSubDestinationBackgroundColor = "WHITE"
824 func (DvbSubDestinationBackgroundColor) Values() []DvbSubDestinationBackgroundColor {
825 return []DvbSubDestinationBackgroundColor{
H A Dtypes.go923 BackgroundColor DvbSubDestinationBackgroundColor
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/medialive/types/
H A Denums.go811 type DvbSubDestinationBackgroundColor string type
815 DvbSubDestinationBackgroundColorBlack DvbSubDestinationBackgroundColor = "BLACK"
816 DvbSubDestinationBackgroundColorNone DvbSubDestinationBackgroundColor = "NONE"
817 DvbSubDestinationBackgroundColorWhite DvbSubDestinationBackgroundColor = "WHITE"
824 func (DvbSubDestinationBackgroundColor) Values() []DvbSubDestinationBackgroundColor {
825 return []DvbSubDestinationBackgroundColor{
H A Dtypes.go923 BackgroundColor DvbSubDestinationBackgroundColor
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/medialive/types/
H A Denums.go811 type DvbSubDestinationBackgroundColor string type
815 DvbSubDestinationBackgroundColorBlack DvbSubDestinationBackgroundColor = "BLACK"
816 DvbSubDestinationBackgroundColorNone DvbSubDestinationBackgroundColor = "NONE"
817 DvbSubDestinationBackgroundColorWhite DvbSubDestinationBackgroundColor = "WHITE"
824 func (DvbSubDestinationBackgroundColor) Values() []DvbSubDestinationBackgroundColor {
825 return []DvbSubDestinationBackgroundColor{
H A Dtypes.go923 BackgroundColor DvbSubDestinationBackgroundColor
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/medialive/types/
H A Denums.go811 type DvbSubDestinationBackgroundColor string type
815 DvbSubDestinationBackgroundColorBlack DvbSubDestinationBackgroundColor = "BLACK"
816 DvbSubDestinationBackgroundColorNone DvbSubDestinationBackgroundColor = "NONE"
817 DvbSubDestinationBackgroundColorWhite DvbSubDestinationBackgroundColor = "WHITE"
824 func (DvbSubDestinationBackgroundColor) Values() []DvbSubDestinationBackgroundColor {
825 return []DvbSubDestinationBackgroundColor{
H A Dtypes.go995 BackgroundColor DvbSubDestinationBackgroundColor
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/medialive/types/
H A Denums.go811 type DvbSubDestinationBackgroundColor string type
815 DvbSubDestinationBackgroundColorBlack DvbSubDestinationBackgroundColor = "BLACK"
816 DvbSubDestinationBackgroundColorNone DvbSubDestinationBackgroundColor = "NONE"
817 DvbSubDestinationBackgroundColorWhite DvbSubDestinationBackgroundColor = "WHITE"
824 func (DvbSubDestinationBackgroundColor) Values() []DvbSubDestinationBackgroundColor {
825 return []DvbSubDestinationBackgroundColor{
H A Dtypes.go995 BackgroundColor DvbSubDestinationBackgroundColor
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/medialive/types/
H A Denums.go811 type DvbSubDestinationBackgroundColor string type
815 DvbSubDestinationBackgroundColorBlack DvbSubDestinationBackgroundColor = "BLACK"
816 DvbSubDestinationBackgroundColorNone DvbSubDestinationBackgroundColor = "NONE"
817 DvbSubDestinationBackgroundColorWhite DvbSubDestinationBackgroundColor = "WHITE"
824 func (DvbSubDestinationBackgroundColor) Values() []DvbSubDestinationBackgroundColor {
825 return []DvbSubDestinationBackgroundColor{
H A Dtypes.go1110 BackgroundColor DvbSubDestinationBackgroundColor
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/medialive/types/
H A Denums.go811 type DvbSubDestinationBackgroundColor string type
815 DvbSubDestinationBackgroundColorBlack DvbSubDestinationBackgroundColor = "BLACK"
816 DvbSubDestinationBackgroundColorNone DvbSubDestinationBackgroundColor = "NONE"
817 DvbSubDestinationBackgroundColorWhite DvbSubDestinationBackgroundColor = "WHITE"
824 func (DvbSubDestinationBackgroundColor) Values() []DvbSubDestinationBackgroundColor {
825 return []DvbSubDestinationBackgroundColor{
H A Dtypes.go995 BackgroundColor DvbSubDestinationBackgroundColor
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/medialive/types/
H A Denums.go811 type DvbSubDestinationBackgroundColor string type
815 DvbSubDestinationBackgroundColorBlack DvbSubDestinationBackgroundColor = "BLACK"
816 DvbSubDestinationBackgroundColorNone DvbSubDestinationBackgroundColor = "NONE"
817 DvbSubDestinationBackgroundColorWhite DvbSubDestinationBackgroundColor = "WHITE"
824 func (DvbSubDestinationBackgroundColor) Values() []DvbSubDestinationBackgroundColor {
825 return []DvbSubDestinationBackgroundColor{
H A Dtypes.go995 BackgroundColor DvbSubDestinationBackgroundColor
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/medialive/
H A Ddeserializers.go14909 sv.BackgroundColor = types.DvbSubDestinationBackgroundColor(jtv)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/medialive/
H A Ddeserializers.go14909 sv.BackgroundColor = types.DvbSubDestinationBackgroundColor(jtv)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/medialive/
H A Ddeserializers.go14909 sv.BackgroundColor = types.DvbSubDestinationBackgroundColor(jtv)
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/medialive/
H A Ddeserializers.go15270 sv.BackgroundColor = types.DvbSubDestinationBackgroundColor(jtv)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/medialive/
H A Ddeserializers.go15619 sv.BackgroundColor = types.DvbSubDestinationBackgroundColor(jtv)

12