BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

pjmedia_wav_player_info Struct Reference

#include <wav_port.h>

Data Fields

pjmedia_format_id fmt_id
 
unsigned payload_bits_per_sample
 
pj_uint32_t size_bytes
 
pj_uint32_t size_samples
 

Detailed Description

Additional information about the WAV player.

Field Documentation

◆ fmt_id

pjmedia_format_id pjmedia_wav_player_info::fmt_id

Format ID of the payload.

◆ payload_bits_per_sample

unsigned pjmedia_wav_player_info::payload_bits_per_sample

The number of bits per sample of the file payload. For example, the value is 16 for PCM WAV and 8 for Alaw/Ulas WAV files.

◆ size_bytes

pj_uint32_t pjmedia_wav_player_info::size_bytes

The WAV payload size in bytes.

◆ size_samples

pj_uint32_t pjmedia_wav_player_info::size_samples

The WAV payload size in samples.


The documentation for this struct was generated from the following file:

 


PJMEDIA small footprint Open Source media stack
Copyright (C) 2006-2008 Teluu Inc.