[Yellowstone](../README.md) > ["util"](../modules/_util_.md) > [RTPPacket](../interfaces/_util_.rtppacket.md)

# Interface: RTPPacket

## Hierarchy

**RTPPacket**

## Index

### Properties

* [id](_util_.rtppacket.md#id)
* [length](_util_.rtppacket.md#length)
* [marker](_util_.rtppacket.md#marker)
* [payload](_util_.rtppacket.md#payload)
* [timestamp](_util_.rtppacket.md#timestamp)

---

## Properties

<a id="id"></a>

###  id

**● id**: *`number`*

*Defined in [util.ts:5](https://github.com/mbullington/yellowstone/blob/c6fe1af/lib/util.ts#L5)*

___
<a id="length"></a>

###  length

**● length**: *`number`*

*Defined in [util.ts:10](https://github.com/mbullington/yellowstone/blob/c6fe1af/lib/util.ts#L10)*

___
<a id="marker"></a>

###  marker

**● marker**: *`number`*

*Defined in [util.ts:7](https://github.com/mbullington/yellowstone/blob/c6fe1af/lib/util.ts#L7)*

___
<a id="payload"></a>

###  payload

**● payload**: *`Buffer`*

*Defined in [util.ts:9](https://github.com/mbullington/yellowstone/blob/c6fe1af/lib/util.ts#L9)*

___
<a id="timestamp"></a>

###  timestamp

**● timestamp**: *`number`*

*Defined in [util.ts:6](https://github.com/mbullington/yellowstone/blob/c6fe1af/lib/util.ts#L6)*

___

