Blue Brain BioExplorer
core::VideoStreamParam Struct Reference

#include <jsonSerialization.h>

Public Member Functions

bool operator== (const VideoStreamParam &rhs) const
 
bool operator!= (const VideoStreamParam &rhs) const
 

Public Attributes

bool enabled {false}
 
uint32_t kbps {5000}
 

Detailed Description

Definition at line 72 of file jsonSerialization.h.

Member Function Documentation

◆ operator!=()

bool core::VideoStreamParam::operator!= ( const VideoStreamParam rhs) const
inline

Definition at line 79 of file jsonSerialization.h.

◆ operator==()

bool core::VideoStreamParam::operator== ( const VideoStreamParam rhs) const
inline

Definition at line 77 of file jsonSerialization.h.

Member Data Documentation

◆ enabled

bool core::VideoStreamParam::enabled {false}

Definition at line 74 of file jsonSerialization.h.

◆ kbps

uint32_t core::VideoStreamParam::kbps {5000}

Definition at line 75 of file jsonSerialization.h.


The documentation for this struct was generated from the following file: