Skip to content

Commit

Permalink
Добавлен файл IURLSourceFilterLAV.h для экспериментов.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Aug 9, 2024
1 parent e9c130e commit d7215dd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions include/IURLSourceFilterLAV.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
* Copyright (C) 2024 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#pragma once

interface __declspec(uuid("C8FF17F9-5365-4F32-8AD5-6C550342C2F7")) IURLSourceFilterLAV : public IUnknown
{
// Load a URL with the specified user agent and referrer
// UserAgent and Referrer are optional, and either, both or none can be specified
STDMETHOD(LoadURL)(LPCOLESTR pszURL, LPCOLESTR pszUserAgent, LPCOLESTR pszReferrer) = 0;
};
1 change: 1 addition & 0 deletions mpc-be.sln
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{EA36
include\IMediaSideData.h = include\IMediaSideData.h
include\inttypes.h = include\inttypes.h
include\ITrackInfo.h = include\ITrackInfo.h
include\IURLSourceFilterLAV.h = include\IURLSourceFilterLAV.h
include\LAVVideoSettings.h = include\LAVVideoSettings.h
include\libdivide.h = include\libdivide.h
include\MediaOffset3D.h = include\MediaOffset3D.h
Expand Down

0 comments on commit d7215dd

Please sign in to comment.