Stream returns the stream id of the current frame.
()
| 97 | |
| 98 | // Stream returns the stream id of the current frame. |
| 99 | func (f *FrameHeader) Stream() uint32 { |
| 100 | return f.stream |
| 101 | } |
| 102 | |
| 103 | // SetStream sets the stream id on the current frame. |
| 104 | // |