Method | Description | |
---|---|---|
Clone ( ) : TagLib.Id3v2.Frame |
Creates a deep copy of the current instance.
|
|
Get ( Tag tag, string user, bool create ) : |
Gets a popularimeter frame from a specified tag, optionally creating it if it does not exist.
|
|
PopularimeterFrame ( ByteVector data, byte version ) : System |
Constructs and initializes a new instance of
|
|
PopularimeterFrame ( string user ) : System |
Constructs and initializes a new instance of When a frame is created, it is not automatically added to the tag. Consider using Get for more integrated frame creation. |
Method | Description | |
---|---|---|
ParseFields ( ByteVector data, byte version ) : void |
Populates the values in the current instance by parsing its field data in a specified version.
|
|
PopularimeterFrame ( ByteVector data, int offset, TagLib.Id3v2.FrameHeader header, byte version ) : System |
Constructs and initializes a new instance of
|
|
RenderFields ( byte version ) : ByteVector |
Renders the values in the current instance into field data for a specified version.
|
public static Get ( Tag tag, string user, bool create ) : |
||
tag | Tag |
/// A |
user | string |
/// A |
create | bool |
/// A |
return |
protected ParseFields ( ByteVector data, byte version ) : void | ||
data | ByteVector |
/// A |
version | byte |
/// A |
return | void |
public PopularimeterFrame ( ByteVector data, byte version ) : System | ||
data | ByteVector |
/// A |
version | byte |
/// A |
return | System |
protected PopularimeterFrame ( ByteVector data, int offset, TagLib.Id3v2.FrameHeader header, byte version ) : System | ||
data | ByteVector |
/// A |
offset | int |
/// A |
header | TagLib.Id3v2.FrameHeader |
/// A |
version | byte |
/// A |
return | System |
public PopularimeterFrame ( string user ) : System | ||
user | string | |
return | System |
protected RenderFields ( byte version ) : ByteVector | ||
version | byte |
/// A |
return | ByteVector |