public class VideoDataRate extends Object implements IRvtMetadataValue
Video data rate (Digital only), or Analog FM.
Units are bps or Hz.
| Constructor and Description |
|---|
VideoDataRate(byte[] bytes)
Construct from encoded bytes.
|
VideoDataRate(long rate)
Create from value.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Get the encoded bytes.
|
String |
getDisplayableValue()
Return a string of the displayable value.
|
String |
getDisplayName()
Get the human-readable name for the value.
|
long |
getRate()
Get the rate.
|
public VideoDataRate(long rate)
rate - Data Rate (bps or Hz).public VideoDataRate(byte[] bytes)
bytes - four bytes representing unsigned integer value.public byte[] getBytes()
IRvtMetadataValuegetBytes in interface IRvtMetadataValuepublic long getRate()
public String getDisplayableValue()
IKlvValuegetDisplayableValue in interface IKlvValuepublic final String getDisplayName()
IKlvValuegetDisplayName in interface IKlvValueCopyright © 2022 West Ridge Systems. All rights reserved.