Go to the source code of this file.
  
  
      
        
          | static int tee_write  | 
          ( | 
          URLContext *  | 
          h,  | 
         
        
           | 
           | 
          const unsigned char *  | 
          buf,  | 
         
        
           | 
           | 
          int  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static int tee_open  | 
          ( | 
          URLContext *  | 
          h,  | 
         
        
           | 
           | 
          const char *  | 
          filename,  | 
         
        
           | 
           | 
          int  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    .class_name = "tee",
}
#define LIBAVUTIL_VERSION_INT
 
static const AVOption tee_options[]
 
 
Definition at line 42 of file teeproto.c.
 
 
  
  
      
        
          | const char* const child_delim = "|" | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    .name                = "tee",
    .default_whitelist   = "crypto,file,http,https,httpproxy,rtmp,tcp,tls"
}
static const AVClass tee_class
 
static int tee_write(URLContext *h, const unsigned char *buf, int size)
 
static int tee_close(URLContext *h)
 
static int tee_open(URLContext *h, const char *filename, int flags)
 
 
Definition at line 139 of file teeproto.c.