Show / Hide Table of Contents

Class ID3v2Tag

Reads ID3v2 Tags.

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

Constructors

ID3v2Tag(IntPtr)

Reads tags from an to an ID3v2 block.

Declaration
public ID3v2Tag(IntPtr Pointer)
Parameters
IntPtr Pointer

ID3v2Tag(Int32)

Reads tags from a Channel.

Declaration
public ID3v2Tag(int Channel)
Parameters
Int32 Channel

Properties

PictureFrames

List of Picture tags.

Declaration
public List<PictureTag> PictureFrames { get; }
Property Value
List<PictureTag>

TextFrames

Dictionary of Text frames.

Declaration
public Dictionary<string, string> TextFrames { get; }
Property Value
Dictionary<String, String>

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx