IMcStreamIsLossy Property
|
|
Read-only property reporting whether the selected file format/compression combination
may be lossy (see Remarks).
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxReadOnly Property IsLossy As Boolean
Get
Property Value
Type:
Boolean
RemarksA selected file format may be inherently lossy, such as JPEG, or may be lossy only when
certain compression types are chosen, such as AVI and TIFF. The property will check the
currently set format and compression, so these should be set through those properties
prior to getting the IsLossy property.
See Also