Show / Hide Table of Contents

Class CACodecTag

Core Audio Codec Tag structure (iOS and Mac).

Inheritance
Object
CACodecTag
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class CACodecTag : object

Fields

atype

The audio format identifier.

Declaration
public int atype
Field Value
Int32

ftype

The file format identifier.

Declaration
public int ftype
Field Value
Int32

Properties

Name

The description of the audio file format.

Declaration
public string Name { get; }
Property Value
String

Methods

Read(Int32)

Read the tag from a Channel.

Declaration
public static CACodecTag Read(int Channel)
Parameters
Int32 Channel

The Channel to read the tag from.

Returns
CACodecTag

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx