C# Class IdSharp.Tagging.ID3v2.Frame

ID3v2 Frame
Inheritance: IFrame
Afficher le fichier Open project: judwhite/IdSharp

Protected Properties

Свойство Type Description
_frameHeader IdSharp.Tagging.ID3v2.FrameHeader

Méthodes publiques

Méthode Description
GetBytes ( ID3v2TagVersion tagVersion ) : byte[]
GetFrameID ( ID3v2TagVersion tagVersion ) : string
Read ( IdSharp.Tagging.ID3v2.TagReadingInfo tagReadingInfo, Stream stream ) : void

Méthodes protégées

Méthode Description
Frame ( ) : System.ComponentModel
RaisePropertyChanged ( string propertyName ) : void

Fires the property changed event.

Method Details

Frame() protected méthode

protected Frame ( ) : System.ComponentModel
Résultat System.ComponentModel

GetBytes() public abstract méthode

public abstract GetBytes ( ID3v2TagVersion tagVersion ) : byte[]
tagVersion ID3v2TagVersion
Résultat byte[]

GetFrameID() public abstract méthode

public abstract GetFrameID ( ID3v2TagVersion tagVersion ) : string
tagVersion ID3v2TagVersion
Résultat string

RaisePropertyChanged() protected méthode

Fires the property changed event.
protected RaisePropertyChanged ( string propertyName ) : void
propertyName string The name of the property.
Résultat void

Read() public abstract méthode

public abstract Read ( IdSharp.Tagging.ID3v2.TagReadingInfo tagReadingInfo, Stream stream ) : void
tagReadingInfo IdSharp.Tagging.ID3v2.TagReadingInfo
stream System.IO.Stream
Résultat void

Property Details

_frameHeader protected_oe property

protected FrameHeader,IdSharp.Tagging.ID3v2 _frameHeader
Résultat IdSharp.Tagging.ID3v2.FrameHeader