Class Depacketizer
A G.722 depacketizer.
Inheritance
System.Object
    
    
    MediaPipe<IAudioOutput, IAudioOutputCollection, IAudioInput, IAudioInputCollection, AudioPipe, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>
    
    
    
    Depacketizer
  Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FM.LiveSwitch.G722
Assembly: FM.LiveSwitch.dll
Syntax
public class Depacketizer : BasicAudioDepacketizer, IAudioInput, IMediaInput<IAudioOutput, IAudioInput, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>, IInput<IAudioOutput, IAudioInput, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>, IAudioOutput, IMediaOutput<IAudioOutput, IAudioInput, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>, IOutput<IAudioOutput, IAudioInput, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>, IAudioElement, IMediaElement, IElement
  Constructors
Depacketizer()
Initializes a new instance of the Depacketizer class.
Declaration
public Depacketizer()
  Depacketizer(AudioConfig)
Initializes a new instance of the Depacketizer class.
Declaration
public Depacketizer(AudioConfig config)
  Parameters
| Type | Name | Description | 
|---|---|---|
| AudioConfig | config | The configuration.  | 
      
Depacketizer(IAudioOutput)
Initializes a new instance of the Depacketizer class.
Declaration
public Depacketizer(IAudioOutput input)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IAudioOutput | input | The input.  | 
      
Properties
Label
Gets a label that identifies this class.
Declaration
public override string Label { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |