mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 08:11:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			136 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			136 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace MediaBrowser.Model.Entities
 | |
| {
 | |
|     public enum VideoFormat
 | |
|     {
 | |
|         Standard,
 | |
|         Digital3D,
 | |
|         Sbs3D
 | |
|     }
 | |
| }
 |