Description
Method that returns the descriptive name of the specified compression setting.
-
Return Type
-
A String value.
-
Syntax
-
object.GetCompressionName (Compression)
The GetCompressionName Method syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | Compression | Required. A Long value. | Remarks
This method is particularly useful with AVI compression, in which case the name descriptive name of the selected codec is returned. Standard compression methods will be localized.
|