C# 클래스 IdSharp.Tagging.ID3v2.Frame

ID3v2 Frame
상속: IFrame
파일 보기 프로젝트 열기: judwhite/IdSharp

보호된 프로퍼티들

프로퍼티 타입 설명
_frameHeader IdSharp.Tagging.ID3v2.FrameHeader

공개 메소드들

메소드 설명
GetBytes ( ID3v2TagVersion tagVersion ) : byte[]
GetFrameID ( ID3v2TagVersion tagVersion ) : string
Read ( IdSharp.Tagging.ID3v2.TagReadingInfo tagReadingInfo, Stream stream ) : void

보호된 메소드들

메소드 설명
Frame ( ) : System.ComponentModel
RaisePropertyChanged ( string propertyName ) : void

Fires the property changed event.

메소드 상세

Frame() 보호된 메소드

protected Frame ( ) : System.ComponentModel
리턴 System.ComponentModel

GetBytes() 공개 추상적인 메소드

public abstract GetBytes ( ID3v2TagVersion tagVersion ) : byte[]
tagVersion ID3v2TagVersion
리턴 byte[]

GetFrameID() 공개 추상적인 메소드

public abstract GetFrameID ( ID3v2TagVersion tagVersion ) : string
tagVersion ID3v2TagVersion
리턴 string

RaisePropertyChanged() 보호된 메소드

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

Read() 공개 추상적인 메소드

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

프로퍼티 상세

_frameHeader 보호되어 있는 프로퍼티

protected FrameHeader,IdSharp.Tagging.ID3v2 _frameHeader
리턴 IdSharp.Tagging.ID3v2.FrameHeader