다음을 통해 공유


ITScriptableAudioFormat 인터페이스(tapi3if.h)

ITScriptableAudioFormat 인터페이스는 스크립팅 가능한 클라이언트가 트랙의 오디오 형식을 얻거나 오디오 형식을 설정하는 데 사용됩니다. 인터페이스는 WAVEFORMATEX 구조체의 각 멤버에 대한 속성을 제공합니다.

ITFileTrack::get_AudioFormatForScriptingITFileTrack::get_EmptyAudioFormatForScripting 메서드는 ITScriptableAudioFormat 인터페이스를 만듭니다.

상속

ITScriptableAudioFormat 인터페이스는 IDispatch 인터페이스에서 상속됩니다. ITScriptableAudioFormat 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

ITScriptableAudioFormat 인터페이스에는 이러한 메서드가 있습니다.

 
ITScriptableAudioFormat::get_AvgBytesPerSec

get_AvgBytesPerSec 메서드는 WAVEFORMATEX 구조체에서 nAvgBytesPerSec 멤버의 값을 반환합니다.
ITScriptableAudioFormat::get_BitsPerSample

get_BitsPerSample 메서드는 WAVEFORMATEX 구조체에서 wBitsPerSample 멤버의 값을 반환합니다.
ITScriptableAudioFormat::get_BlockAlign

get_BlockAlign 메서드는 WAVEFORMATEX 구조체에서 nBlockAlign 멤버의 값을 반환합니다.
ITScriptableAudioFormat::get_Channels

get_Channels 메서드는 WAVEFORMATEX 구조체의 nChannels 멤버에 대한 값을 반환합니다.
ITScriptableAudioFormat::get_FormatTag

get_FormatTag 메서드는 WAVEFORMATEX 구조체에서 wFormatTag 멤버의 값을 반환합니다.
ITScriptableAudioFormat::get_SamplesPerSec

get_SamplesPerSec 메서드는 WAVEFORMATEX 구조체의 nSamplesPerSec 멤버에 대한 값을 반환합니다.
ITScriptableAudioFormat::p ut_AvgBytesPerSec

put_AvgBytesPerSec 메서드는 WAVEFORMATEX 구조체에서 nAvgBytesPerSec 멤버를 설정합니다.
ITScriptableAudioFormat::p ut_BitsPerSample

put_BitsPerSample 메서드는 WAVEFORMATEX 구조체에서 wBitsPerSample 멤버를 설정합니다.
ITScriptableAudioFormat::p ut_BlockAlign

put_BlockAlign 메서드는 WAVEFORMATEX 구조체에서 nBlockAlign 멤버를 설정합니다.
ITScriptableAudioFormat::p ut_Channels

put_Channels 메서드는 WAVEFORMATEX 구조체에서 nChannels 멤버를 설정합니다.
ITScriptableAudioFormat::p ut_FormatTag

put_FormatTag 메서드는 WAVEFORMATEX 구조체에서 wFormatTag 멤버를 설정합니다.
ITScriptableAudioFormat::p ut_SamplesPerSec

put_SamplesPerSec 메서드는 WAVEFORMATEX 구조체에서 nSamplesPerSec 멤버를 설정합니다.

요구 사항

요구 사항
대상 플랫폼 Windows
헤더 tapi3if.h(Tapi3.h 포함)