FS-10209: [freeswitch-core,mod_av] Add auth params to file handles

This commit is contained in:
Anthony Minessale
2017-04-04 11:42:29 -05:00
committed by Mike Jerris
parent ae1cdced23
commit 38621e47ba
4 changed files with 29 additions and 4 deletions
+5
View File
@@ -329,6 +329,11 @@ typedef struct switch_mm_s {
switch_video_profile_t vprofile;
switch_video_encode_speed_t vencspd;
uint8_t try_hardware_encoder;
int scale_w;
int scale_h;
switch_img_fmt_t fmt;
char *auth_username;
char *auth_password;
} switch_mm_t;
/*! an abstract representation of a file handle (some parameters based on compat with libsndfile) */