

Public Member Functions | |
| VideoData (DataType _type, const std::vector< std::string > &_streamIds, const std::string _track, const int64_t _w, const int64_t _h, std::shared_ptr< Frame > _frameData) | |
| Public Member Functions inherited from privmx::endpoint::stream::Data | |
| Data (DataType _type, const std::vector< std::string > _streamIds, const std::string _track) | |
Public Attributes | |
| const int64_t | w |
| const int64_t | h |
| std::shared_ptr< Frame > | frameData |
| Public Attributes inherited from privmx::endpoint::stream::Data | |
| DataType | type |
| const std::vector< std::string > | streamIds |
| const std::string | track |