Class SliceMode
Slice modes for OpenH264, matching the "SliceModeEnum" enum.
Inheritance
System.Object
    SliceMode
  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.OpenH264
Assembly: FM.LiveSwitch.OpenH264.dll
Syntax
public sealed class SliceMode
  Properties
FixedSliceNum
Gets a profile IDC of OpenH264 "SM_FIXEDSLCNUM_SLICE".
Declaration
public static SliceMode FixedSliceNum { get; }
  Property Value
| Type | Description | 
|---|---|
| SliceMode | 
Raster
Gets a slice mode of OpenH264 "SM_RASTER_SLICE".
Declaration
public static SliceMode Raster { get; }
  Property Value
| Type | Description | 
|---|---|
| SliceMode | 
Reserved
Gets a slice mode of OpenH264 "SM_RESERVED".
Declaration
public static SliceMode Reserved { get; }
  Property Value
| Type | Description | 
|---|---|
| SliceMode | 
Single
Gets a slice mode of OpenH264 "SM_SINGLE_SLICE".
Declaration
public static SliceMode Single { get; }
  Property Value
| Type | Description | 
|---|---|
| SliceMode | 
SizeLimited
Gets a slice mode of OpenH264 "SM_SIZELIMITED_SLICE".
Declaration
public static SliceMode SizeLimited { get; }
  Property Value
| Type | Description | 
|---|---|
| SliceMode | 
Value
Gets the internal integer value representation of this slice mode.
Declaration
public int Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |