 | Frame Methods |
The Frame type exposes the following members.
Methods| | Name | Description |
|---|
 | GetPicture |
Retrieves a strongly typed Picture object from an APIC frame.
|
 | LoadFromV23Buffer |
Loads a Frame instance's complete information from a raw v2.3 frame data buffer.
|
  | MakeFrame |
Makes a Frame with an ID and raw data.
|
  | MakeLangTextFrame |
Makes a text Frame with an ID, Ascii language and encoded text. Currently only the USER
frame has this format and this special case method is required to handle it.
|
  | MakePopularityFrame |
Makes a POPM popularity (rating) Frame.
|
  | MakeTextFrame(FrameId, String) |
Makes a text Frame with an ID and encoded text. Currently all IDs starting
with 'T' (excluding TXXX which also has an encoded description).
|
  | MakeTextFrame(FrameId, String, String) |
Makes a text Frame with an ID, encoded description and encoded text.
Currently only TXXX has this format.
|
  | MakeTextFrame(FrameId, NullableIsoLanguage, String, String) |
Makes a text Frame with an ID, ascii language, encoding description and full encoded text.
Currently only COMM and USLT have this format.
|
  | MakeTrackFrame |
Makes a track Frame with a track number and optional track count.
|
  | MakeUrlFrame(FrameId, String) |
Makes a url Frame with an ID and ASCII url. Currently all W*** frames have this format
with the exception of WXXX which includes an encoded description.
|
  | MakeUrlFrame(FrameId, String, String) |
Makes a url Frame with an ID, encoded description and ASCII url.
Currently only WXXX has this format.
|
  | SafeFullText |
Normalises a 'full text' multi-line string so that lines are separated by
a single $0a as defined in the v2.3 spec.
|
 | SaveToStream |
Writes (serializes) a Frame to a Stream.
|
Top
See Also