The VideoClipMessage class represents a FIT VideoClipMessage data message.
More...
|
static AbstractDataMessage * | fromData (const DataDefinition *const defn, const QByteArray &record) |
| Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More...
|
|
The VideoClipMessage class represents a FIT VideoClipMessage data message.
- See also
- DataMessage
◆ VideoClipMessage()
VideoClipMessage::VideoClipMessage |
( |
| ) |
|
Constructs a VideoClipMessage object.
Typically, instances of this class will be returned by FitStreamReader::readNext, but this constructor may be used, along with the relevant setter methods, to create a valid message.
◆ clipEnd()
quint32 VideoClipMessage::clipEnd |
( |
| ) |
const |
Returns the VideoClipMessage data message's clipEnd
field's current value.
End of clip in video time
- Returns
- the
clipEnd
field value.
◆ clipNumber()
quint16 VideoClipMessage::clipNumber |
( |
| ) |
const |
Returns the VideoClipMessage data message's clipNumber
field's current value.
- Returns
- the
clipNumber
field value.
◆ clipStart()
quint32 VideoClipMessage::clipStart |
( |
| ) |
const |
Returns the VideoClipMessage data message's clipStart
field's current value.
Start of clip in video time
- Returns
- the
clipStart
field value.
◆ endTimestamp()
DateTime VideoClipMessage::endTimestamp |
( |
| ) |
const |
Returns the VideoClipMessage data message's endTimestamp
field's current value.
- Returns
- the
endTimestamp
field value.
◆ endTimestampMs()
quint16 VideoClipMessage::endTimestampMs |
( |
| ) |
const |
Returns the VideoClipMessage data message's endTimestampMs
field's current value.
- Returns
- the
endTimestampMs
field value.
◆ setClipEnd()
void VideoClipMessage::setClipEnd |
( |
const quint32 |
clipEnd | ) |
|
Sets the clipEnd
field to clipEnd.
- Parameters
-
clipEnd | The field value to set. |
◆ setClipNumber()
void VideoClipMessage::setClipNumber |
( |
const quint16 |
clipNumber | ) |
|
Sets the clipNumber
field to clipNumber.
- Parameters
-
clipNumber | The field value to set. |
◆ setClipStart()
void VideoClipMessage::setClipStart |
( |
const quint32 |
clipStart | ) |
|
Sets the clipStart
field to clipStart.
- Parameters
-
clipStart | The field value to set. |
◆ setEndTimestamp()
void VideoClipMessage::setEndTimestamp |
( |
const DateTime |
endTimestamp | ) |
|
Sets the endTimestamp
field to endTimestamp.
- Parameters
-
endTimestamp | The field value to set. |
◆ setEndTimestampMs()
void VideoClipMessage::setEndTimestampMs |
( |
const quint16 |
endTimestampMs | ) |
|
Sets the endTimestampMs
field to endTimestampMs.
- Parameters
-
endTimestampMs | The field value to set. |
◆ setStartTimestamp()
void VideoClipMessage::setStartTimestamp |
( |
const DateTime |
startTimestamp | ) |
|
Sets the startTimestamp
field to startTimestamp.
- Parameters
-
startTimestamp | The field value to set. |
◆ setStartTimestampMs()
void VideoClipMessage::setStartTimestampMs |
( |
const quint16 |
startTimestampMs | ) |
|
Sets the startTimestampMs
field to startTimestampMs.
- Parameters
-
startTimestampMs | The field value to set. |
◆ startTimestamp()
DateTime VideoClipMessage::startTimestamp |
( |
| ) |
const |
Returns the VideoClipMessage data message's startTimestamp
field's current value.
- Returns
- the
startTimestamp
field value.
◆ startTimestampMs()
quint16 VideoClipMessage::startTimestampMs |
( |
| ) |
const |
Returns the VideoClipMessage data message's startTimestampMs
field's current value.
- Returns
- the
startTimestampMs
field value.
The documentation for this class was generated from the following files: