Class CACodecTag
Core Audio Codec Tag structure (iOS and Mac).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class CACodecTag : object
Fields
atype
ftype
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
|