Video content values.  
 More...
◆ camera
Gets a value indicating camera-based video. 
 
 
◆ fromContentAttributeWithSdpContentAttribute:
Converts an SDP content attribute to a video content value. 
- Parameters
 - 
  
    | sdpContentAttribute | The SDP content attribute.  | 
  
   
- Returns
 - The video content value. 
 
 
 
◆ fromVideoType:
      
        
          | + (NSString*) fromVideoType:  | 
           | 
          (FMLiveSwitchVideoType)  | 
          videoType | 
           | 
        
      
 
Converts a video type to a video content value. 
- Parameters
 - 
  
  
 
- Returns
 - The video content value. 
 
 
 
◆ screen
Gets a value indicating screen-based video. 
 
 
◆ toSdpContentAttributeWithVideoContent:
Converts a video content value to an SDP content attribute. 
- Parameters
 - 
  
    | videoContent | The video content value.  | 
  
   
- Returns
 - The SDP content attribute. 
 
 
 
◆ toVideoTypeWithVideoContent:
      
        
          | + (FMLiveSwitchVideoType) toVideoTypeWithVideoContent:  | 
           | 
          (NSString *)  | 
          videoContent | 
           | 
        
      
 
Converts a video content value to a video type. 
- Parameters
 - 
  
    | videoContent | The video content value.  | 
  
   
- Returns
 - The video type.