stream_definition_provider.h
Go to the documentation of this file.
1 /*
2  * Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at
7  *
8  * http://aws.amazon.com/apache2.0
9  *
10  * or in the "license" file accompanying this file. This file is distributed
11  * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12  * express or implied. See the License for the specific language governing
13  * permissions and limitations under the License.
14  */
15 #pragma once
17 #include <kinesis-video-producer/KinesisVideoProducer.h>
18 #include <kinesis_manager/common.h>
19 
20 
21 namespace Aws {
22 namespace Kinesis {
29 {
30 public:
31  ~StreamDefinitionProvider() = default;
44  virtual KinesisManagerStatus
47  PBYTE * out_codec_private_data,
48  uint32_t * out_codec_private_data_size) const;
49 
62  virtual std::unique_ptr<com::amazonaws::kinesis::video::StreamDefinition>
65  const PBYTE codec_private_data,
66  uint32_t codec_private_data_size) const;
67 };
68 
69 } // namespace Kinesis
70 } // namespace Aws
enum Aws::Kinesis::kinesis_manager_status_e KinesisManagerStatus
virtual KinesisManagerStatus GetCodecPrivateData(const Aws::Client::ParameterPath &prefix, const Aws::Client::ParameterReaderInterface &reader, PBYTE *out_codec_private_data, uint32_t *out_codec_private_data_size) const
virtual std::unique_ptr< com::amazonaws::kinesis::video::StreamDefinition > GetStreamDefinition(const Aws::Client::ParameterPath &prefix, const Aws::Client::ParameterReaderInterface &reader, const PBYTE codec_private_data, uint32_t codec_private_data_size) const
const char * prefix
Definition: common.h:73


kinesis_manager
Author(s): AWS RoboMaker
autogenerated on Thu Mar 4 2021 03:28:41