Class ContentEncodingScope
Valid Matroska content encoding element scopes.
Inheritance
System.Object
    ContentEncodingScope
  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.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class ContentEncodingScope
  Properties
All
Gets a value indicating all.
Declaration
public static long All { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
CodecPrivate
Gets a value indicating codec private.
Declaration
public static long CodecPrivate { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
ContentCompressionInNextContentEncoding
Gets a value indicating content compression in next content encoding.
Declaration
public static long ContentCompressionInNextContentEncoding { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 |