Struct rtp::extension::abs_send_time_extension::AbsSendTimeExtension[][src]

pub struct AbsSendTimeExtension {
    pub timestamp: u64,
}
Expand description

AbsSendTimeExtension is a extension payload format in http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time

Fields

timestamp: u64

Implementations

Estimate absolute send time according to the receive time. Note that if the transmission delay is larger than 64 seconds, estimated time will be wrong.

NewAbsSendTimeExtension makes new AbsSendTimeExtension from time.Time.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

MarshalTo serializes the members to buffer.

MarshalSize returns the size of the AbsSendTimeExtension once marshaled.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Unmarshal parses the passed byte slice and stores the result in the members.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.