Condividi tramite


Interfaccia ITScriptableAudioFormat (tapi3if.h)

L'interfaccia ITScriptableAudioFormat viene usata dai client con script per ottenere il formato audio da o impostare il formato audio per la traccia. L'interfaccia fornisce proprietà per ogni membro della struttura WAVEFORMATEX .

I metodi ITFileTrack::get_AudioFormatForScripting e ITFileTrack::get_EmptyAudioFormatForScripting creano l'interfaccia ITScriptableAudioFormat .

Ereditarietà

L'interfaccia ITScriptableAudioFormat eredita dall'interfaccia IDispatch . ITScriptableAudioFormat include anche questi tipi di membri:

Metodi

L'interfaccia ITScriptableAudioFormat include questi metodi.

 
ITScriptableAudioFormat::get_AvgBytesPerSec

Il metodo get_AvgBytesPerSec restituisce il valore per il membro nAvgBytesPerSec nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::get_BitsPerSample

Il metodo get_BitsPerSample restituisce il valore per il membro wBitsPerSample nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::get_BlockAlign

Il metodo get_BlockAlign restituisce il valore per il membro nBlockAlign nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::get_Channels

Il metodo get_Channels restituisce il valore per il membro nChannels nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::get_FormatTag

Il metodo get_FormatTag restituisce il valore per il membro wFormatTag nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::get_SamplesPerSec

Il metodo get_SamplesPerSec restituisce il valore per il membro nSamplesPerSec nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::p ut_AvgBytesPerSec

Il metodo put_AvgBytesPerSec imposta il membro nAvgBytesPerSec nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::p ut_BitsPerSample

Il metodo put_BitsPerSample imposta il membro wBitsPerSample nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::p ut_BlockAlign

Il metodo put_BlockAlign imposta il membro nBlockAlign nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::p ut_Channels

Il metodo put_Channels imposta il membro nChannels nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::p ut_FormatTag

Il metodo put_FormatTag imposta il membro wFormatTag nella struttura WAVEFORMATEX.
ITScriptableAudioFormat::p ut_SamplesPerSec

Il metodo put_SamplesPerSec imposta il membro nSamplesPerSec nella struttura WAVEFORMATEX.

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione tapi3if.h (include Tapi3.h)