mirror of
				https://github.com/devine-dl/pywidevine.git
				synced 2025-11-04 03:44:50 +00:00 
			
		
		
		
	PSSH: Update class doc-string
It's no longer as Widevine-biased as it once was.
This commit is contained in:
		
							parent
							
								
									11284eddfb
								
							
						
					
					
						commit
						bc2b5beef4
					
				@ -17,7 +17,10 @@ from pywidevine.utils import load_xml
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class PSSH:
 | 
					class PSSH:
 | 
				
			||||||
    """PSSH-related utilities. Somewhat Widevine-biased."""
 | 
					    """
 | 
				
			||||||
 | 
					    MP4 PSSH Box-related utilities.
 | 
				
			||||||
 | 
					    Allows you to load, create, and modify various kinds of DRM system headers.
 | 
				
			||||||
 | 
					    """
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    class SystemId:
 | 
					    class SystemId:
 | 
				
			||||||
        Widevine = UUID(hex="edef8ba979d64acea3c827dcd51d21ed")
 | 
					        Widevine = UUID(hex="edef8ba979d64acea3c827dcd51d21ed")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user