1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "media/cast/sender/sender_encoded_frame.h"
10 SenderEncodedFrame::SenderEncodedFrame()
12 deadline_utilization(-1.0),
13 lossy_utilization(-1.0) {}
15 SenderEncodedFrame::~SenderEncodedFrame() {}