Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/pipewire/spa/param/audio/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  wma.h

  Sprache: C
 

/* Simple Plugin API */
/* SPDX-FileCopyrightText: Copyright © 2023 Wim Taymans */
/* SPDX-License-Identifier: MIT */

#ifndef SPA_AUDIO_WMA_H
#define SPA_AUDIO_WMA_H

#ifdef __cplusplus
extern "C" {
#endif

#include <spa/param/audio/raw.h>

/**
 * \addtogroup spa_param
 * \{
 */


enum spa_audio_wma_profile {
 SPA_AUDIO_WMA_PROFILE_UNKNOWN,

 SPA_AUDIO_WMA_PROFILE_WMA7,
 SPA_AUDIO_WMA_PROFILE_WMA8,
 SPA_AUDIO_WMA_PROFILE_WMA9,
 SPA_AUDIO_WMA_PROFILE_WMA10,
 SPA_AUDIO_WMA_PROFILE_WMA9_PRO,
 SPA_AUDIO_WMA_PROFILE_WMA9_LOSSLESS,
 SPA_AUDIO_WMA_PROFILE_WMA10_LOSSLESS,

 SPA_AUDIO_WMA_PROFILE_CUSTOM = 0x10000,
};

struct spa_audio_info_wma {
 uint32_t rate;    /*< sample rate */
 uint32_t channels;   /*< number of channels */
 uint32_t bitrate;   /*< stream bitrate */
 uint32_t block_align;   /*< block alignment */
 enum spa_audio_wma_profile profile; /*< WMA profile */

};

#define SPA_AUDIO_INFO_WMA_INIT(...)  ((struct spa_audio_info_wma) { __VA_ARGS__ })

/**
 * \}
 */


#ifdef __cplusplus
}  /* extern "C" */
#endif

#endif /* SPA_AUDIO_WMA_H */

Messung V0.5 in Prozent
C=78 H=100 G=89

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.