次の方法で共有


ReviewsExtensions.AddVideoFrameStream メソッド

定義

ビデオ レビュー用のフレームを追加するには、このメソッドを使用します。タイムスケール: このパラメーターは、フレームのタイムスタンプをミリ秒に変換するために使用される要素です。 タイムスケールは、Azure Media Services プラットフォーム上の Content Moderator ビデオ メディア プロセッサの出力で提供されます。ビデオ モデレーション出力のタイムスケールは Ticks/Second です。

public static void AddVideoFrameStream (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string contentType, string teamName, string reviewId, System.IO.Stream frameImageZip, string frameMetadata, int? timescale = default);
static member AddVideoFrameStream : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * string * System.IO.Stream * string * Nullable<int> -> unit
<Extension()>
Public Sub AddVideoFrameStream (operations As IReviews, contentType As String, teamName As String, reviewId As String, frameImageZip As Stream, frameMetadata As String, Optional timescale As Nullable(Of Integer) = Nothing)

パラメーター

operations
IReviews

この拡張メソッドの操作グループ。

contentType
String

コンテンツの種類。

teamName
String

チーム名。

reviewId
String

レビューの ID。

frameImageZip
Stream

フレーム イメージを含む Zip ファイル。

frameMetadata
String

フレームのメタデータ。

timescale
Nullable<Int32>

ビデオのタイムスケール。

適用対象