CodecInfo.IsTrusted 属性

定义

获取一个值,该值指示编解码器是否在应用的进程空间中运行,而不是在单独的应用服务中运行。

public:
 property bool IsTrusted { bool get(); };
bool IsTrusted();
public bool IsTrusted { get; }
var boolean = codecInfo.isTrusted;
Public ReadOnly Property IsTrusted As Boolean

属性值

Boolean

bool

如果编解码器在应用进程空间中运行,则为 True;如果编解码器在单独的应用服务中运行,则为 false。

适用于