共用方式為


RemoteRenderingClient 類別

定義

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

public ref class RemoteRenderingClient : IDisposable
public class RemoteRenderingClient : IDisposable
type RemoteRenderingClient = class
    interface IDisposable
Public Class RemoteRenderingClient
Implements IDisposable
繼承
RemoteRenderingClient
實作

備註

這是使用者使用遠端轉譯的主要進入點。 使用此專案來建立 RenderingSession 實例。

建構函式

RemoteRenderingClient(SessionConfiguration)

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

屬性

Configuration

初始化這個實例的參數。

InteropId

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

LogLevel

只有此 記錄層級 或以下的訊息會透過 MessageLogged 傳遞。

Valid

這個物件是否仍然有效。

方法

CreateNewRenderingSessionAsync(RenderingSessionCreationOptions)

建立新的轉譯會話。

CreateNewRenderingSessionUnsafeAsync(RenderingSessionCreationOptionsUnsafe)

內部。

Dispose()

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

Equals(Object)

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

Finalize()

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

GetAssetConversionStatusAsync(String)

已取代。 請改用 GetConversionPropertiesAsync () 。

GetConversionPropertiesAsync(String)

查詢資產轉換的屬性。

GetCurrentConversionsAsync()

針對與此用戶端相關聯的帳戶,查詢過去 30 天的所有資產轉換。

GetCurrentRenderingSessionsAsync()

查詢與此用戶端相關聯之帳戶的所有現有轉譯會話。

GetHashCode()

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

OpenRenderingSessionAsync(String)

開啟現有的轉譯會話。

StartAssetConversionAsync(AssetConversionOptions)

開始轉換資產。

運算子

Equality(RemoteRenderingClient, RemoteRenderingClient)

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

Inequality(RemoteRenderingClient, RemoteRenderingClient)

RemoteRenderingClient 是 azure API 的授權連線,可遠端轉譯。

事件

MessageLogged

記錄訊息會透過此回呼傳遞。

TokenRequired

當用戶端需要更新的存取權杖或驗證權杖時發生。

適用於