This is the complete list of members for StreamingParameters, including all inherited members.
| adaptative_bitrate | StreamingParameters | |
| bitrate | StreamingParameters | |
| chunk_size | StreamingParameters | |
| codec | StreamingParameters | |
| decode(const String &serialized_content) | StreamingParameters | |
| encode(String &serialized_content) const | StreamingParameters | |
| gop_size | StreamingParameters | |
| load(String filename) | StreamingParameters | |
| operator!=(const StreamingParameters ¶m1) const | StreamingParameters | |
| operator==(const StreamingParameters ¶m1) const | StreamingParameters | |
| port | StreamingParameters | |
| save(String filename) const | StreamingParameters | |
| StreamingParameters(STREAMING_CODEC codec_=STREAMING_CODEC::H265, unsigned short port_=30000, unsigned int bitrate_=0, int gop_size_=-1, bool adaptative_bitrate_=false, unsigned short chunk_size_=16084, unsigned int target_framerate_=0) | StreamingParameters | |
| target_framerate | StreamingParameters |