Method HeaderLength
HeaderLength(String)
Computes the length of a codec header.
Declaration
public static int HeaderLength(string codec)
Parameters
Type | Name | Description |
---|---|---|
System.String | codec | Codec name. |
Returns
Type | Description |
---|---|
System.Int32 | Length of the entire codec header. |