Home
last modified time | relevance | path

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

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DH265GopSizeUnits.cpp27 H265GopSizeUnits GetH265GopSizeUnitsForName(const Aws::String& name) in GetH265GopSizeUnitsForName()
32 return H265GopSizeUnits::FRAMES; in GetH265GopSizeUnitsForName()
36 return H265GopSizeUnits::SECONDS; in GetH265GopSizeUnitsForName()
42 return static_cast<H265GopSizeUnits>(hashCode); in GetH265GopSizeUnitsForName()
45 return H265GopSizeUnits::NOT_SET; in GetH265GopSizeUnitsForName()
48 Aws::String GetNameForH265GopSizeUnits(H265GopSizeUnits enumValue) in GetNameForH265GopSizeUnits()
52 case H265GopSizeUnits::FRAMES: in GetNameForH265GopSizeUnits()
54 case H265GopSizeUnits::SECONDS: in GetNameForH265GopSizeUnits()
H A DH265Settings.cpp50 m_gopSizeUnits(H265GopSizeUnits::NOT_SET), in H265Settings()
133 m_gopSizeUnits(H265GopSizeUnits::NOT_SET), in H265Settings()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DH265GopSizeUnits.cpp27 H265GopSizeUnits GetH265GopSizeUnitsForName(const Aws::String& name) in GetH265GopSizeUnitsForName()
32 return H265GopSizeUnits::FRAMES; in GetH265GopSizeUnitsForName()
36 return H265GopSizeUnits::SECONDS; in GetH265GopSizeUnitsForName()
42 return static_cast<H265GopSizeUnits>(hashCode); in GetH265GopSizeUnitsForName()
45 return H265GopSizeUnits::NOT_SET; in GetH265GopSizeUnitsForName()
48 Aws::String GetNameForH265GopSizeUnits(H265GopSizeUnits enumValue) in GetNameForH265GopSizeUnits()
52 case H265GopSizeUnits::FRAMES: in GetNameForH265GopSizeUnits()
54 case H265GopSizeUnits::SECONDS: in GetNameForH265GopSizeUnits()
H A DH265Settings.cpp48 m_gopSizeUnits(H265GopSizeUnits::NOT_SET), in H265Settings()
108 m_gopSizeUnits(H265GopSizeUnits::NOT_SET), in H265Settings()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DH265GopSizeUnits.h16 enum class H265GopSizeUnits enum
25 AWS_MEDIACONVERT_API H265GopSizeUnits GetH265GopSizeUnitsForName(const Aws::String& name);
27 AWS_MEDIACONVERT_API Aws::String GetNameForH265GopSizeUnits(H265GopSizeUnits value);
H A DH265Settings.h731 inline const H265GopSizeUnits& GetGopSizeUnits() const{ return m_gopSizeUnits; } in GetGopSizeUnits()
743 …inline void SetGopSizeUnits(const H265GopSizeUnits& value) { m_gopSizeUnitsHasBeenSet = true; m_go… in SetGopSizeUnits()
749 …inline void SetGopSizeUnits(H265GopSizeUnits&& value) { m_gopSizeUnitsHasBeenSet = true; m_gopSize… in SetGopSizeUnits()
755 …inline H265Settings& WithGopSizeUnits(const H265GopSizeUnits& value) { SetGopSizeUnits(value); ret… in WithGopSizeUnits()
761 …inline H265Settings& WithGopSizeUnits(H265GopSizeUnits&& value) { SetGopSizeUnits(std::move(value)… in WithGopSizeUnits()
2136 H265GopSizeUnits m_gopSizeUnits;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DH265GopSizeUnits.h16 enum class H265GopSizeUnits enum
25 AWS_MEDIALIVE_API H265GopSizeUnits GetH265GopSizeUnitsForName(const Aws::String& name);
27 AWS_MEDIALIVE_API Aws::String GetNameForH265GopSizeUnits(H265GopSizeUnits value);
H A DH265Settings.h512 inline const H265GopSizeUnits& GetGopSizeUnits() const{ return m_gopSizeUnits; } in GetGopSizeUnits()
524 …inline void SetGopSizeUnits(const H265GopSizeUnits& value) { m_gopSizeUnitsHasBeenSet = true; m_go… in SetGopSizeUnits()
530 …inline void SetGopSizeUnits(H265GopSizeUnits&& value) { m_gopSizeUnitsHasBeenSet = true; m_gopSize… in SetGopSizeUnits()
536 …inline H265Settings& WithGopSizeUnits(const H265GopSizeUnits& value) { SetGopSizeUnits(value); ret… in WithGopSizeUnits()
542 …inline H265Settings& WithGopSizeUnits(H265GopSizeUnits&& value) { SetGopSizeUnits(std::move(value)… in WithGopSizeUnits()
1170 H265GopSizeUnits m_gopSizeUnits;
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/medialive/types/
H A Denums.go2014 type H265GopSizeUnits string type
2018 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
2019 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
2025 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
2026 return []H265GopSizeUnits{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/medialive/types/
H A Denums.go2014 type H265GopSizeUnits string type
2018 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
2019 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
2025 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
2026 return []H265GopSizeUnits{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/medialive/types/
H A Denums.go2014 type H265GopSizeUnits string type
2018 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
2019 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
2025 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
2026 return []H265GopSizeUnits{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/medialive/types/
H A Denums.go2014 type H265GopSizeUnits string type
2018 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
2019 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
2025 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
2026 return []H265GopSizeUnits{
H A Dtypes.go1810 GopSizeUnits H265GopSizeUnits
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/medialive/types/
H A Denums.go2014 type H265GopSizeUnits string type
2018 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
2019 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
2025 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
2026 return []H265GopSizeUnits{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/medialive/types/
H A Denums.go2044 type H265GopSizeUnits string type
2048 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
2049 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
2055 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
2056 return []H265GopSizeUnits{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/medialive/types/
H A Denums.go2014 type H265GopSizeUnits string type
2018 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
2019 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
2025 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
2026 return []H265GopSizeUnits{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/medialive/types/
H A Denums.go2014 type H265GopSizeUnits string type
2018 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
2019 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
2025 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
2026 return []H265GopSizeUnits{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/mediaconvert/types/
H A Denums.go3123 type H265GopSizeUnits string type
3127 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
3128 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
3134 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
3135 return []H265GopSizeUnits{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/mediaconvert/types/
H A Denums.go3123 type H265GopSizeUnits string type
3127 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
3128 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
3134 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
3135 return []H265GopSizeUnits{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/mediaconvert/types/
H A Denums.go3123 type H265GopSizeUnits string type
3127 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
3128 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
3134 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
3135 return []H265GopSizeUnits{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/mediaconvert/types/
H A Denums.go3352 type H265GopSizeUnits string type
3356 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
3357 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
3363 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
3364 return []H265GopSizeUnits{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/mediaconvert/types/
H A Denums.go3352 type H265GopSizeUnits string type
3356 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
3357 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
3363 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
3364 return []H265GopSizeUnits{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/mediaconvert/types/
H A Denums.go3372 type H265GopSizeUnits string type
3376 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
3377 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
3383 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
3384 return []H265GopSizeUnits{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/mediaconvert/types/
H A Denums.go3352 type H265GopSizeUnits string type
3356 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
3357 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
3363 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
3364 return []H265GopSizeUnits{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/mediaconvert/types/
H A Denums.go3531 type H265GopSizeUnits string type
3535 H265GopSizeUnitsFrames H265GopSizeUnits = "FRAMES"
3536 H265GopSizeUnitsSeconds H265GopSizeUnits = "SECONDS"
3542 func (H265GopSizeUnits) Values() []H265GopSizeUnits {
3543 return []H265GopSizeUnits{

123