메소드 | 설명 | |
---|---|---|
AddFrameCreator ( FrameCreator creator ) : void |
Adds a curstom frame creator to try before using standard frame creation methods. Frame creators are used before standard methods so custom checking can be used and new formats can be added. They are executed in the reverse order in which they are added. |
|
CreateFrame ( ByteVector data, int &offset, byte version, bool alreadyUnsynched ) : TagLib.Id3v2.Frame |
Creates a Frame object by reading it from raw ID3v2 frame data.
|
public static AddFrameCreator ( FrameCreator creator ) : void | ||
creator | FrameCreator |
/// A |
리턴 | void |
public static CreateFrame ( ByteVector data, int &offset, byte version, bool alreadyUnsynched ) : TagLib.Id3v2.Frame | ||
data | ByteVector |
/// A |
offset | int |
/// A |
version | byte |
/// A |
alreadyUnsynched | bool |
/// A |
리턴 | TagLib.Id3v2.Frame |