@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
16 lines (15 loc) • 333 B
TypeScript
/**
* audioSettings
* @targetNSAlias `tns`
* @targetNamespace `https://www.google.com/apis/ads/publisher/v202502`
*/
export interface AudioSettings {
/** xsd:string */
codec?: string;
/** xsd:long */
bitrate?: number;
/** xsd:long */
channels?: number;
/** xsd:long */
sampleRateHertz?: number;
}