Version: 2022.2
言語: 日本語

MediaTimeConstructor

マニュアルに切り替える
public MediaTime (long seconds);

パラメーター

seconds The number of seconds in the time value.

説明

Creates a time value with an integer number of seconds, using 1Hz for the rate.


public MediaTime (long count, uint rateNumerator, uint rateDenominator);

パラメーター

count The sample count for the time value.
rateNumerator Numerator for the rate used by the time value.
rateDenominator Denominator for the rate used by the time value.

説明

Creates a time value for a specified sample count and rate.