4.5.1 Start Streams Request

The following is an annotated dump of a Start Streams Request (section 2.2.3.11).

 00000000 02 0f 00 01 80 07 00 00 38 04 00 00 1e 00 00 00 ........8.......
 00000010 01 00 00 00 01 00 00 00 01 00 00 00 01          .............
  
 02 -> SHARED_MSG_HEADER::Version = 2
 0f -> SHARED_MSG_HEADER::MessageId = StartStreamsRequest(15)
 00 -> StartStreamsInfo[0]::StreamIndex = 0
 01 -> StartStreamsInfo[0]::MediaTypeDescription::Format = H264(1)
 80 07 00 00 -> StartStreamsInfo[0]::MediaTypeDescription::Width = 1920
 38 04 00 00 -> StartStreamsInfo[0]::MediaTypeDescription::Height = 1080
 1e 00 00 00 -> StartStreamsInfo[0]::MediaTypeDescription::FrameRateNumerator = 30
 01 00 00 00 -> StartStreamsInfo[0]::MediaTypeDescription::FrameRateDenominator = 1
 01 00 00 00 -> StartStreamsInfo[0]::MediaTypeDescription::PixelAspectRatioNumerator = 1
 01 00 00 00 -> StartStreamsInfo[0]::MediaTypeDescription::PixelAspectRatioDenominator = 1
 01 -> StartStreamsInfo[0]::MediaTypeDescription::Flags = DecodingRequired(1)