public class TrackMetadata extends Object
| Constructor and Description |
|---|
TrackMetadata(int device,
byte[] buffer)
Constructor sets all the immutable interpreted fields based on the received content.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRawMetadata()
Get the raw packet data, to analyze fields that have not yet been reliably found.
|
String |
toString() |
public TrackMetadata(int device,
byte[] buffer)
throws UnsupportedEncodingException
device - the device number from which the metadata was receivedbuffer - the metadata that was receivedUnsupportedEncodingException - if there is a problem interpreting the metadataCopyright © 2016 Deep Symmetry, LLC. All rights reserved.