15affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi/*
25affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * Copyright (C) 2016 The Android Open Source Project
35affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi *
45affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * Licensed under the Apache License, Version 2.0 (the "License");
55affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * you may not use this file except in compliance with the License.
65affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * You may obtain a copy of the License at
75affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi *
85affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi *      http://www.apache.org/licenses/LICENSE-2.0
95affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi *
105affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * Unless required by applicable law or agreed to in writing, software
115affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * distributed under the License is distributed on an "AS IS" BASIS,
125affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * See the License for the specific language governing permissions and
145affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi * limitations under the License.
155affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi */
165affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi
175affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivipackage android.media;
185affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Trivi
195affc2b587323f55201d5db768b838505b5a4b72Jean-Michel Triviparcelable AudioFormat;
20