Home
last modified time | relevance | path

Searched refs:Eac3PassthroughControl (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DEac3PassthroughControl.cpp27 Eac3PassthroughControl GetEac3PassthroughControlForName(const Aws::String& name) in GetEac3PassthroughControlForName()
32 return Eac3PassthroughControl::NO_PASSTHROUGH; in GetEac3PassthroughControlForName()
36 return Eac3PassthroughControl::WHEN_POSSIBLE; in GetEac3PassthroughControlForName()
42 return static_cast<Eac3PassthroughControl>(hashCode); in GetEac3PassthroughControlForName()
45 return Eac3PassthroughControl::NOT_SET; in GetEac3PassthroughControlForName()
48 Aws::String GetNameForEac3PassthroughControl(Eac3PassthroughControl enumValue) in GetNameForEac3PassthroughControl()
52 case Eac3PassthroughControl::NO_PASSTHROUGH: in GetNameForEac3PassthroughControl()
54 case Eac3PassthroughControl::WHEN_POSSIBLE: in GetNameForEac3PassthroughControl()
H A DEac3Settings.cpp52 m_passthroughControl(Eac3PassthroughControl::NOT_SET), in Eac3Settings()
96 m_passthroughControl(Eac3PassthroughControl::NOT_SET), in Eac3Settings()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DEac3PassthroughControl.cpp27 Eac3PassthroughControl GetEac3PassthroughControlForName(const Aws::String& name) in GetEac3PassthroughControlForName()
32 return Eac3PassthroughControl::WHEN_POSSIBLE; in GetEac3PassthroughControlForName()
36 return Eac3PassthroughControl::NO_PASSTHROUGH; in GetEac3PassthroughControlForName()
42 return static_cast<Eac3PassthroughControl>(hashCode); in GetEac3PassthroughControlForName()
45 return Eac3PassthroughControl::NOT_SET; in GetEac3PassthroughControlForName()
48 Aws::String GetNameForEac3PassthroughControl(Eac3PassthroughControl enumValue) in GetNameForEac3PassthroughControl()
52 case Eac3PassthroughControl::WHEN_POSSIBLE: in GetNameForEac3PassthroughControl()
54 case Eac3PassthroughControl::NO_PASSTHROUGH: in GetNameForEac3PassthroughControl()
H A DEac3Settings.cpp52 m_passthroughControl(Eac3PassthroughControl::NOT_SET), in Eac3Settings()
98 m_passthroughControl(Eac3PassthroughControl::NOT_SET), in Eac3Settings()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DEac3PassthroughControl.h16 enum class Eac3PassthroughControl enum
25 AWS_MEDIALIVE_API Eac3PassthroughControl GetEac3PassthroughControlForName(const Aws::String& name);
27 AWS_MEDIALIVE_API Aws::String GetNameForEac3PassthroughControl(Eac3PassthroughControl value);
H A DEac3Settings.h504 … inline const Eac3PassthroughControl& GetPassthroughControl() const{ return m_passthroughControl; } in GetPassthroughControl()
520 …inline void SetPassthroughControl(const Eac3PassthroughControl& value) { m_passthroughControlHasBe… in SetPassthroughControl()
528 …inline void SetPassthroughControl(Eac3PassthroughControl&& value) { m_passthroughControlHasBeenSet… in SetPassthroughControl()
536 …inline Eac3Settings& WithPassthroughControl(const Eac3PassthroughControl& value) { SetPassthroughC… in WithPassthroughControl()
544 …inline Eac3Settings& WithPassthroughControl(Eac3PassthroughControl&& value) { SetPassthroughContro… in WithPassthroughControl()
735 Eac3PassthroughControl m_passthroughControl;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DEac3PassthroughControl.h16 enum class Eac3PassthroughControl enum
25 AWS_MEDIACONVERT_API Eac3PassthroughControl GetEac3PassthroughControlForName(const Aws::String& nam…
27 AWS_MEDIACONVERT_API Aws::String GetNameForEac3PassthroughControl(Eac3PassthroughControl value);
H A DEac3Settings.h699 … inline const Eac3PassthroughControl& GetPassthroughControl() const{ return m_passthroughControl; } in GetPassthroughControl()
715 …inline void SetPassthroughControl(const Eac3PassthroughControl& value) { m_passthroughControlHasBe… in SetPassthroughControl()
723 …inline void SetPassthroughControl(Eac3PassthroughControl&& value) { m_passthroughControlHasBeenSet… in SetPassthroughControl()
731 …inline Eac3Settings& WithPassthroughControl(const Eac3PassthroughControl& value) { SetPassthroughC… in WithPassthroughControl()
739 …inline Eac3Settings& WithPassthroughControl(Eac3PassthroughControl&& value) { SetPassthroughContro… in WithPassthroughControl()
969 Eac3PassthroughControl m_passthroughControl;
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/medialive/types/
H A Denums.go1110 type Eac3PassthroughControl string type
1114 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
1115 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
1121 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
1122 return []Eac3PassthroughControl{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/medialive/types/
H A Denums.go1110 type Eac3PassthroughControl string type
1114 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
1115 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
1121 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
1122 return []Eac3PassthroughControl{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/medialive/types/
H A Denums.go1110 type Eac3PassthroughControl string type
1114 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
1115 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
1121 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
1122 return []Eac3PassthroughControl{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/medialive/types/
H A Denums.go1110 type Eac3PassthroughControl string type
1114 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
1115 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
1121 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
1122 return []Eac3PassthroughControl{
H A Dtypes.go1158 PassthroughControl Eac3PassthroughControl
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/medialive/types/
H A Denums.go1110 type Eac3PassthroughControl string type
1114 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
1115 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
1121 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
1122 return []Eac3PassthroughControl{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/medialive/types/
H A Denums.go1136 type Eac3PassthroughControl string type
1140 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
1141 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
1147 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
1148 return []Eac3PassthroughControl{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/medialive/types/
H A Denums.go1110 type Eac3PassthroughControl string type
1114 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
1115 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
1121 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
1122 return []Eac3PassthroughControl{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/medialive/types/
H A Denums.go1110 type Eac3PassthroughControl string type
1114 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
1115 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
1121 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
1122 return []Eac3PassthroughControl{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/mediaconvert/types/
H A Denums.go2240 type Eac3PassthroughControl string type
2244 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
2245 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
2251 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
2252 return []Eac3PassthroughControl{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/mediaconvert/types/
H A Denums.go2240 type Eac3PassthroughControl string type
2244 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
2245 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
2251 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
2252 return []Eac3PassthroughControl{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/mediaconvert/types/
H A Denums.go2240 type Eac3PassthroughControl string type
2244 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
2245 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
2251 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
2252 return []Eac3PassthroughControl{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/mediaconvert/types/
H A Denums.go2451 type Eac3PassthroughControl string type
2455 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
2456 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
2462 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
2463 return []Eac3PassthroughControl{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/mediaconvert/types/
H A Denums.go2451 type Eac3PassthroughControl string type
2455 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
2456 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
2462 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
2463 return []Eac3PassthroughControl{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/mediaconvert/types/
H A Denums.go2471 type Eac3PassthroughControl string type
2475 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
2476 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
2482 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
2483 return []Eac3PassthroughControl{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/mediaconvert/types/
H A Denums.go2451 type Eac3PassthroughControl string type
2455 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
2456 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
2462 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
2463 return []Eac3PassthroughControl{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/mediaconvert/types/
H A Denums.go2628 type Eac3PassthroughControl string type
2632 Eac3PassthroughControlWhenPossible Eac3PassthroughControl = "WHEN_POSSIBLE"
2633 Eac3PassthroughControlNoPassthrough Eac3PassthroughControl = "NO_PASSTHROUGH"
2639 func (Eac3PassthroughControl) Values() []Eac3PassthroughControl {
2640 return []Eac3PassthroughControl{

123