Difference between revisions of "TTA Channel Mask"

From Tau Projects
Jump to: navigation,
(Created page with "{| class="tau" style="width: auto" |- ! Константа || Значение || Описание |- | #define TTA_FRONT_LEFT || 0x1 || Front Left (Left) |- | #define TTA_FRO...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="tau" style="width: auto"
+
{{DISPLAYTITLE:TTA Lossless Audio Codec -  Channels Location Mask}}
 +
<div style="padding-bottom: 15px">[[File:TTA-logo.png|150px|center|link=tta|TTA Audio Codec Logo]]</div>
 +
 
 +
----
 +
<html><ul class="tau">
 +
<li><a href="http://tausoft.org/wiki/True_Audio_Codec_Overview">Codec Overview</a></li>
 +
<li><a href="http://tausoft.org/wiki/True_Audio_Codec_Algorithms">Compression Theory</a></li>
 +
<li><a href="http://tausoft.org/wiki/True_Audio_Codec_Format">Format Description</a></li>
 +
<li><a href="http://tausoft.org/wiki/True_Audio_Codec_Comparison">Codec Comparisons</a></li>
 +
<li><a href="http://tausoft.org/wiki/True_Audio_Codec_Support">Codec Implementation</a></li>
 +
<li><a href="http://sourceforge.net/projects/tta/files/">Downloads</a></li>
 +
</ul></html>
 +
 
 +
==Channels location bitmask in TTA2 lossless audio format==
 +
 
 +
{| class="tau"
 
|-
 
|-
! Константа || Значение || Описание
+
! Constant  || Value || Description
 
|-
 
|-
 
| #define TTA_FRONT_LEFT || 0x1 || Front Left (Left)
 
| #define TTA_FRONT_LEFT || 0x1 || Front Left (Left)
Line 34: Line 49:
 
|}
 
|}
  
[[Category:TTA аудиокодек без потерь]]
+
[[Category:TTA Lossless Audio Codec]]

Latest revision as of 01:28, 5 June 2015

TTA Audio Codec Logo

Channels location bitmask in TTA2 lossless audio format

Constant Value Description
#define TTA_FRONT_LEFT 0x1 Front Left (Left)
#define TTA_FRONT_RIGHT 0x2 Front Right (Right)
#define TTA_FRONT_CENTER 0x4 Front Center (Center)
#define TTA_LOW_FREQUENCY_LEFT 0x8 Primary LFE (LFE Left)
#define TTA_BACK_LEFT 0x10 Back Left (Left Surround)
#define TTA_BACK_RIGHT 0x20 Back Right (Right Surround)
#define TTA_FRONT_LEFT_OF_CENTER 0x40 Left (Left Wide)
#define TTA_FRONT_RIGHT_OF_CENTER 0x80 Right (Right Wide)
#define TTA_BACK_CENTER 0x100 Back Center (Back Surround)
#define TTA_SIDE_LEFT 0x200 Side Left (Left Surround Diffuse)
#define TTA_SIDE_RIGHT 0x400 Side Right (Right Surround Diffuse)
#define TTA_TOP_FRONT_CENTER 0x800 Top Center (Center Height)
#define TTA_TOP_FRONT_LEFT 0x1000 Top Left (Left Height)
#define TTA_TOP_FRONT_RIGHT 0x2000 Top Right (Right Height)
#define TTA_LOW_FREQUENCY_RIGHT 0x4000 Secondary LFE (LFE Right)