Home
last modified time | relevance | path

Searched refs:m_audioFramesPerPes (Results 1 – 8 of 8) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DM3u8Settings.cpp22 m_audioFramesPerPes(0), in M3u8Settings()
53 m_audioFramesPerPes(0), in M3u8Settings()
88 m_audioFramesPerPes = jsonValue.GetInteger("audioFramesPerPes"); in operator =()
214 payload.WithInteger("audioFramesPerPes", m_audioFramesPerPes); in Jsonize()
H A DM2tsSettings.cpp31 m_audioFramesPerPes(0), in M2tsSettings()
112 m_audioFramesPerPes(0), in M2tsSettings()
223 m_audioFramesPerPes = jsonValue.GetInteger("audioFramesPerPes"); in operator =()
550 payload.WithInteger("audioFramesPerPes", m_audioFramesPerPes); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DM3u8Settings.cpp24 m_audioFramesPerPes(0), in M3u8Settings()
65 m_audioFramesPerPes(0), in M3u8Settings()
115 m_audioFramesPerPes = jsonValue.GetInteger("audioFramesPerPes"); in operator =()
256 payload.WithInteger("audioFramesPerPes", m_audioFramesPerPes); in Jsonize()
H A DM2tsSettings.cpp26 m_audioFramesPerPes(0), in M2tsSettings()
100 m_audioFramesPerPes(0), in M2tsSettings()
188 m_audioFramesPerPes = jsonValue.GetInteger("audioFramesPerPes"); in operator =()
463 payload.WithInteger("audioFramesPerPes", m_audioFramesPerPes); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DM3u8Settings.h153 inline int GetAudioFramesPerPes() const{ return m_audioFramesPerPes; } in GetAudioFramesPerPes()
163 …AudioFramesPerPes(int value) { m_audioFramesPerPesHasBeenSet = true; m_audioFramesPerPes = value; } in SetAudioFramesPerPes()
715 int m_audioFramesPerPes; variable
H A DM2tsSettings.h204 inline int GetAudioFramesPerPes() const{ return m_audioFramesPerPes; } in GetAudioFramesPerPes()
214 …AudioFramesPerPes(int value) { m_audioFramesPerPesHasBeenSet = true; m_audioFramesPerPes = value; } in SetAudioFramesPerPes()
1597 int m_audioFramesPerPes; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DM3u8Settings.h47 inline int GetAudioFramesPerPes() const{ return m_audioFramesPerPes; } in GetAudioFramesPerPes()
57 …AudioFramesPerPes(int value) { m_audioFramesPerPesHasBeenSet = true; m_audioFramesPerPes = value; } in SetAudioFramesPerPes()
696 int m_audioFramesPerPes;
H A DM2tsSettings.h294 inline int GetAudioFramesPerPes() const{ return m_audioFramesPerPes; } in GetAudioFramesPerPes()
304 …AudioFramesPerPes(int value) { m_audioFramesPerPesHasBeenSet = true; m_audioFramesPerPes = value; } in SetAudioFramesPerPes()
2151 int m_audioFramesPerPes; variable