Click or drag to resize

AudioSourceCalculateDuration Method

Overload List
  NameDescription
Public methodCalculateDuration(Int32)
Calculates the duration of an audio chunk given its data length (the number of bytes) and assuming that the clock rate and channel count match the output format.
Public methodStatic memberCalculateDuration(Int32, AudioConfig) Obsolete.
Calculates the duration of an audio chunk given its data length (the number of bytes), clock rate, and channel count.
Public methodStatic memberCalculateDuration(Int32, Int32, Int32) Obsolete.
Calculates the duration of an audio chunk given its data length (the number of bytes), clock rate, and channel count.
Top
See Also