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()
IRvtMetadataValue
getBytes
in interface IRvtMetadataValue
public long getRate()
public String getDisplayableValue()
IKlvValue
getDisplayableValue
in interface IKlvValue
public final String getDisplayName()
IKlvValue
getDisplayName
in interface IKlvValue
Copyright © 2022 West Ridge Systems. All rights reserved.