Interfaz ITScriptableAudioFormat (tapi3if.h)
Los clientes que admiten scripts usan la interfaz ITScriptableAudioFormat para obtener el formato de audio o establecer el formato de audio para la pista. La interfaz proporciona propiedades para cada miembro de la estructura WAVEFORMATEX .
Los métodos ITFileTrack::get_AudioFormatForScripting y ITFileTrack::get_EmptyAudioFormatForScripting crean la interfaz ITScriptableAudioFormat .
Herencia
La interfaz ITScriptableAudioFormat hereda de la interfaz IDispatch . ITScriptableAudioFormat también tiene estos tipos de miembros:
Métodos
La interfaz ITScriptableAudioFormat tiene estos métodos.
ITScriptableAudioFormat::get_AvgBytesPerSec El método get_AvgBytesPerSec devuelve el valor del miembro nAvgBytesPerSec en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::get_BitsPerSample El método get_BitsPerSample devuelve el valor del miembro wBitsPerSample en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::get_BlockAlign El método get_BlockAlign devuelve el valor del miembro nBlockAlign en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::get_Channels El método get_Channels devuelve el valor del miembro nChannels en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::get_FormatTag El método get_FormatTag devuelve el valor del miembro wFormatTag en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::get_SamplesPerSec El método get_SamplesPerSec devuelve el valor del miembro nSamplesPerSec en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::p ut_AvgBytesPerSec El método put_AvgBytesPerSec establece el miembro nAvgBytesPerSec en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::p ut_BitsPerSample El método put_BitsPerSample establece el miembro wBitsPerSample en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::p ut_BlockAlign El método put_BlockAlign establece el miembro nBlockAlign en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::p ut_Channels El método put_Channels establece el miembro nChannels en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::p ut_FormatTag El método put_FormatTag establece el miembro wFormatTag en la estructura WAVEFORMATEX. |
ITScriptableAudioFormat::p ut_SamplesPerSec El método put_SamplesPerSec establece el miembro nSamplesPerSec en la estructura WAVEFORMATEX. |
Requisitos
Requisito | Value |
---|---|
Plataforma de destino | Windows |
Encabezado | tapi3if.h (include Tapi3.h) |