Class UtilityExtension
Utility methods.
Inheritance
System.Object
    UtilityExtension
  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.Vp8
Assembly: FM.LiveSwitch.dll
Syntax
public static class UtilityExtension
  Methods
IsGapAllowed(Fragment, Fragment)
Determines whether a gap in the sequence of two fragments is allowed.
Declaration
public static bool IsGapAllowed(Fragment fragment, Fragment lastFragment)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Fragment | fragment | |
| Fragment | lastFragment | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |