C# Class IdSharp.Tagging.ID3v2.Frame

ID3v2 Frame
Inheritance: IFrame
Exibir arquivo Open project: judwhite/IdSharp

Protected Properties

Property Type Description
_frameHeader IdSharp.Tagging.ID3v2.FrameHeader

Public Methods

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

Protected Methods

Method Description
Frame ( ) : System.ComponentModel
RaisePropertyChanged ( string propertyName ) : void

Fires the property changed event.

Method Details

Frame() protected method

protected Frame ( ) : System.ComponentModel
return System.ComponentModel

GetBytes() public abstract method

public abstract GetBytes ( ID3v2TagVersion tagVersion ) : byte[]
tagVersion ID3v2TagVersion
return byte[]

GetFrameID() public abstract method

public abstract GetFrameID ( ID3v2TagVersion tagVersion ) : string
tagVersion ID3v2TagVersion
return string

RaisePropertyChanged() protected method

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

Read() public abstract method

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

Property Details

_frameHeader protected_oe property

protected FrameHeader,IdSharp.Tagging.ID3v2 _frameHeader
return IdSharp.Tagging.ID3v2.FrameHeader