Skip to content

Instantly share code, notes, and snippets.

@shvyrev
Created September 5, 2014 15:10
Show Gist options
  • Save shvyrev/fbb2c0eca389af0ae9ec to your computer and use it in GitHub Desktop.
Save shvyrev/fbb2c0eca389af0ae9ec to your computer and use it in GitHub Desktop.
if ( SUCCEEDED( hr ) )
{
hr = pEncoder->get_Broadcast(&pBrdcst);
}
if ( SUCCEEDED( hr ) )
{
hr = pBrdcst->put_PortNumber(WMENC_PROTOCOL_HTTP, 8080);
}
@donotfeedaslender
Copy link

 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment