CodecCapabilityFrameworkSupport Property |
Indiciates whether the codec is currently supported in this version of the framework.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool FrameworkSupport { get; }
Public ReadOnly Property FrameworkSupport As Boolean
Get
public:
property bool FrameworkSupport {
bool get ();
}
member FrameworkSupport : bool with get
Property Value
Type:
Boolean
true if framework support, false if not.
See Also