次の方法で共有


MediaStreamSample.Duration プロパティ

定義

サンプルの期間を取得します。

public:
 property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Duration();

void Duration(TimeSpan value);
public System.TimeSpan Duration { get; set; }
var timeSpan = mediaStreamSample.duration;
mediaStreamSample.duration = timeSpan;
Public Property Duration As TimeSpan

プロパティ値

サンプルの期間。

適用対象