Expand Minimize
This topic has not yet been rated - Rate this topic

MF_MEDIA_ENGINE_NETWORK enumeration

Defines network status codes for the Media Engine.

Syntax


typedef enum MF_MEDIA_ENGINE_NETWORK { 
  MF_MEDIA_ENGINE_NETWORK_EMPTY      = 0,
  MF_MEDIA_ENGINE_NETWORK_IDLE       = 1,
  MF_MEDIA_ENGINE_NETWORK_LOADING    = 2,
  MF_MEDIA_ENGINE_NETWORK_NO_SOURCE  = 3
} MF_MEDIA_ENGINE_NETWORK;

Constants

MF_MEDIA_ENGINE_NETWORK_EMPTY

The initial state.

MF_MEDIA_ENGINE_NETWORK_IDLE

The Media Engine has started the resource selection algorithm, and has selected a media resource, but is not using the network.

MF_MEDIA_ENGINE_NETWORK_LOADING

The Media Engine is loading a media resource.

MF_MEDIA_ENGINE_NETWORK_NO_SOURCE

The Media Engine has started the resource selection algorithm, but has not selected a media resource.

Requirements

Minimum supported client

Windows 8 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 [desktop apps | Windows Store apps]

Header

Mfmediaengine.h

See also

IMFMediaEngine::GetNetworkState

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.