/// <summary>
 /// Reads the full box properties from stream.
 /// </summary>
 /// <param name="reader">The binary reader with the stream.</param>
 protected override void ReadFullBoxPropertiesFromStream(BoxBinaryReader reader)
 {
     StreamDescriptor = Microsoft.Media.ISO.Boxes.Descriptors.Descriptor.GetNextDescriptorFromStream(reader);
 }
 /// <summary>
 /// Reads the full box properties from stream.
 /// </summary>
 /// <param name="reader">The binary reader with the stream.</param>
 protected override void ReadFullBoxPropertiesFromStream(BoxBinaryReader reader)
 {
     StreamDescriptor = Microsoft.Media.ISO.Boxes.Descriptors.Descriptor.GetNextDescriptorFromStream(reader);
 }