xoreos  0.0.5
Public Attributes | List of all members
Video::XboxMediaVideo::AudioInfo Struct Reference

An audio track's information. More...

Public Attributes

uint16 compression
 The compression method. More...
 
uint16 channels
 The number of channels. More...
 
uint32 rate
 The sampling rate. More...
 
uint16 bitsPerSample
 The number of bits per encoded sample. More...
 
uint16 flags
 Flags. More...
 

Detailed Description

An audio track's information.

Definition at line 58 of file xmv.h.

Member Data Documentation

◆ bitsPerSample

uint16 Video::XboxMediaVideo::AudioInfo::bitsPerSample

The number of bits per encoded sample.

Definition at line 62 of file xmv.h.

◆ channels

uint16 Video::XboxMediaVideo::AudioInfo::channels

The number of channels.

Definition at line 60 of file xmv.h.

◆ compression

uint16 Video::XboxMediaVideo::AudioInfo::compression

The compression method.

Definition at line 59 of file xmv.h.

◆ flags

uint16 Video::XboxMediaVideo::AudioInfo::flags

Flags.

Definition at line 63 of file xmv.h.

◆ rate

uint32 Video::XboxMediaVideo::AudioInfo::rate

The sampling rate.

Definition at line 61 of file xmv.h.


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