SpeakProgressEventArgs.AudioPosition 속성

정의

이벤트의 오디오 위치를 가져옵니다.

public:
 property TimeSpan AudioPosition { TimeSpan get(); };
public TimeSpan AudioPosition { get; }
member this.AudioPosition : TimeSpan
Public ReadOnly Property AudioPosition As TimeSpan

속성 값

TimeSpan

오디오 출력 스트림에 이벤트의 위치를 반환합니다.

설명

SpeechSynthesizer 숫자를 말하는 방법에 해당하는 단어로 숫자를 정규화합니다. 예를 들어 신시사이저는 숫자 "4003"을 "4003"으로 말합니다. 각 음성 SpeakProgress 단어에 대해 이벤트를 발생시키고 AudioPosition 각 단어에 대해 를 반환합니다.

적용 대상