mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			298 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			298 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								// https://html.spec.whatwg.org/multipage/media.html#videotrack
							 | 
						||
| 
								 | 
							
								[Exposed=Window]
							 | 
						||
| 
								 | 
							
								interface VideoTrack {
							 | 
						||
| 
								 | 
							
								    readonly attribute DOMString id;
							 | 
						||
| 
								 | 
							
								    readonly attribute DOMString kind;
							 | 
						||
| 
								 | 
							
								    readonly attribute DOMString label;
							 | 
						||
| 
								 | 
							
								    readonly attribute DOMString language;
							 | 
						||
| 
								 | 
							
								    attribute boolean selected;
							 | 
						||
| 
								 | 
							
								};
							 |