mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
	
		
			634 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
	
		
			634 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#import <HTML/HTMLMediaElement.idl>
							 | 
						||
| 
								 | 
							
								#import <WebAudio/AudioContext.idl>
							 | 
						||
| 
								 | 
							
								#import <WebAudio/AudioNode.idl>
							 | 
						||
| 
								 | 
							
								#import <WebAudio/AudioParam.idl>
							 | 
						||
| 
								 | 
							
								#import <WebAudio/AudioParam.idl>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// https://webaudio.github.io/web-audio-api/#MediaElementAudioSourceOptions
							 | 
						||
| 
								 | 
							
								dictionary MediaElementAudioSourceOptions {
							 | 
						||
| 
								 | 
							
								    required HTMLMediaElement mediaElement;
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// https://webaudio.github.io/web-audio-api/#MediaElementAudioSourceNode
							 | 
						||
| 
								 | 
							
								[Exposed=Window]
							 | 
						||
| 
								 | 
							
								interface MediaElementAudioSourceNode : AudioNode {
							 | 
						||
| 
								 | 
							
								    constructor (AudioContext context, MediaElementAudioSourceOptions options);
							 | 
						||
| 
								 | 
							
								    [SameObject] readonly attribute HTMLMediaElement mediaElement;
							 | 
						||
| 
								 | 
							
								};
							 |