IMcStreamGetCompressionName Method
|
|
Method that returns the descriptive name of the specified compression setting.
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxFunction GetCompressionName (
Compression As Integer
) As String
Parameters
- Compression
- Type: SystemInt32
Return Value
Type:
String
RemarksThis 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.
See Also