diff options
| author | j-leungyy <[email protected]> | 2021-05-25 09:06:09 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-25 09:06:09 -0700 |
| commit | 4fe5787f122fdfc45253b45f9fad3983f53d86df (patch) | |
| tree | a11e06f8951d4b7b847f6f5a708f86df87d637db /general/SimpleMediaSource/MediaSource/module.def | |
| parent | 53afd12aadb8aff15097f1546d4f80c6074e0bdc (diff) | |
update simplemediasource sample (#614)
* update simplemediasource wrl to winrtcpp COM, add mediatype NV12 (SimpleFrameGenerator), fix Mediatype missing attribute (bitrate), add IMFActivate, IMFSampleAllocator interface and implementation, update hardcode arg with named variables, cleanup sample for StreamIndex and StreamId, add sample KSControl
* address PR-it1 comments
* address comment from PR-it2, replace manual define of IKSControl by ksproxy.h
* remove unuse header
* address comment from PR
* fix sdk to latest, add driversign algorithm
* remove nudget, use submodule
Diffstat (limited to 'general/SimpleMediaSource/MediaSource/module.def')
| -rw-r--r-- | general/SimpleMediaSource/MediaSource/module.def | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/general/SimpleMediaSource/MediaSource/module.def b/general/SimpleMediaSource/MediaSource/module.def index ddeb3eac..16e9b4fe 100644 --- a/general/SimpleMediaSource/MediaSource/module.def +++ b/general/SimpleMediaSource/MediaSource/module.def @@ -1,6 +1,3 @@ -LIBRARY - EXPORTS - DllGetActivationFactory PRIVATE + DllCanUnloadNow = WINRT_CanUnloadNow PRIVATE DllGetClassObject PRIVATE - DllCanUnloadNow PRIVATE |
