FFmpeg
Data Fields
RISTContext Struct Reference

Data Fields

const AVClassclass
 
int profile
 
int buffer_size
 
int packet_size
 
int log_level
 
int encryption
 
int fifo_size
 
int overrun_nonfatal
 
char * secret
 
struct rist_logging_settings logging_settings
 
struct rist_peer_config peer_config
 
struct rist_peer * peer
 
struct rist_ctx * ctx
 

Detailed Description

Definition at line 43 of file librist.c.

Field Documentation

◆ class

const AVClass* RISTContext::class

Definition at line 44 of file librist.c.

◆ profile

int RISTContext::profile

Definition at line 46 of file librist.c.

◆ buffer_size

int RISTContext::buffer_size

Definition at line 47 of file librist.c.

◆ packet_size

int RISTContext::packet_size

Definition at line 48 of file librist.c.

◆ log_level

int RISTContext::log_level

Definition at line 49 of file librist.c.

◆ encryption

int RISTContext::encryption

Definition at line 50 of file librist.c.

◆ fifo_size

int RISTContext::fifo_size

Definition at line 51 of file librist.c.

◆ overrun_nonfatal

int RISTContext::overrun_nonfatal

Definition at line 52 of file librist.c.

◆ secret

char* RISTContext::secret

Definition at line 53 of file librist.c.

◆ logging_settings

struct rist_logging_settings RISTContext::logging_settings

Definition at line 55 of file librist.c.

◆ peer_config

struct rist_peer_config RISTContext::peer_config

Definition at line 56 of file librist.c.

◆ peer

struct rist_peer* RISTContext::peer

Definition at line 58 of file librist.c.

◆ ctx

struct rist_ctx* RISTContext::ctx

Definition at line 59 of file librist.c.


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