AudioFrame.Duration Property

Definition

Gets or sets the duration of the audio frame.

public:
 property IReference<TimeSpan> ^ Duration { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> Duration();

void Duration(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> Duration { get; set; }
var iReference = audioFrame.duration;
audioFrame.duration = iReference;
Public Property Duration As Nullable(Of TimeSpan)

Property Value

The duration of the audio frame.

Implements

Applies to