Class: shaka.transmuxer.Ec3
    
    
    
        
    
    Constructor
    
    
    new Ec3()
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    - Source:
 
    
     
    
    
    
    
    
    
    
        Members
        
            
EC3_SAMPLES_PER_FRAME :number
    Type:
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    - Source:
 
        
    
    
        Methods
        
            
    
    
    parseFrame(datanon-null, offsetnon-null) → {?{sampleRate: number, channelCount: number, audioConfig: !Uint8Array, frameLength: number}}
    
    
    Parameters:
    
    
    
        
        | Name | Type | Description | 
    
    
    
        
            
                | data | Uint8Array |  | 
    
        
            
                | offset | number |  | 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    - Source:
Returns:
        
    - 
        Type
    
- 
        
?{sampleRate: number, channelCount: number, audioConfig: !Uint8Array, frameLength: number}
    
 
        
            
    
    
    probe(datanon-null, offsetnon-null) → {boolean}
    
    
    Parameters:
    
    
    
        
        | Name | Type | Description | 
    
    
    
        
            
                | data | Uint8Array |  | 
    
        
            
                | offset | number |  | 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    - Source:
Returns:
        
    - 
        Type
    
- 
        
boolean