webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
cricket::MediaSessionOptions::Stream Struct Reference

#include <mediasession.h>

Public Member Functions

 Stream (MediaType type, const std::string &id, const std::string &sync_label, int num_sim_layers)
 
 Stream (MediaType type, const std::string &id, const std::string &sync_label, int num_sim_layers)
 

Public Attributes

MediaType type
 
std::string id
 
std::string sync_label
 
int num_sim_layers
 

Constructor & Destructor Documentation

◆ Stream() [1/2]

cricket::MediaSessionOptions::Stream::Stream ( MediaType  type,
const std::string id,
const std::string sync_label,
int  num_sim_layers 
)
inline

◆ Stream() [2/2]

cricket::MediaSessionOptions::Stream::Stream ( MediaType  type,
const std::string id,
const std::string sync_label,
int  num_sim_layers 
)
inline

Member Data Documentation

◆ id

std::string cricket::MediaSessionOptions::Stream::id

◆ num_sim_layers

int cricket::MediaSessionOptions::Stream::num_sim_layers

◆ sync_label

std::string cricket::MediaSessionOptions::Stream::sync_label

◆ type

MediaType cricket::MediaSessionOptions::Stream::type

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