BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CACODEC Class

BASS.NET API for the Un4seen BASS Audio Library
TAG structure of the Apple CoreAudio codec information structure as returned by BASS_ChannelGetTagsCA(Int32).
Inheritance Hierarchy

SystemObject
  Un4seen.BassBASS_TAG_CACODEC

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[SerializableAttribute]
public sealed class BASS_TAG_CACODEC

The BASS_TAG_CACODEC type exposes the following members.

Constructors

  NameDescription
Public methodBASS_TAG_CACODEC
Default constructor.
Public methodBASS_TAG_CACODEC(IntPtr)
Constructor to create an instance from the BASS_ChannelGetTags(Int32, BASSTag) return value.
Top
Methods

  NameDescription
Public methodToString
A description of the decive info object (name).
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldatype
The audio format identifier.
Public fieldftype
The file format identifier.
Public fieldname
The description of the audio file format.
Top
Remarks

A list of file and audio data format identifiers is available from Apple, . Additional formats may be available via third-party codecs.
See Also

Reference