Interface ICodecAvailable
Codec availablility interface.
Namespace: VisioForge.Core.Types.X.Output
Assembly: VisioForge.Core.dll
Syntax
public interface ICodecAvailable
Methods
IsAvailable()
Determines whether this codec is available.
Declaration
bool IsAvailable()
Returns
Type | Description |
---|---|
bool |
|