Smooth Streaming Test Post
- Posted: Jan 10, 2011 at 3:44 PM
- 297 Views
- 5 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- High Quality WMV (PC, Xbox, MCE)
- MP3 (Audio only)
- Mid Quality WMV (Lo-band, Mobile)
- High Quality MP4 (iPad, PC)
- MP4 (iPod, Zune HD)
This is just a test post, [03:21]video playback may not work, please don't be alarmed ![]()
Comment on the Post
Already have a Channel 9 account? Please sign in
Follow the Discussion
';alert(String.fromCharCode(88,83,83))//\';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//\";alert(String.fromCharCode(88,83,83))//-->">'>
GeoCoordinateWatcher myWatcher = new GeoCoordinateWatcher(); private void button1_Click(object sender, RoutedEventArgs e) { // Added lines of code myWatcher.PositionChanged += new EventHandler<GeoPositionChangedEventArgs<GeoCoordinate>>(myWatcher_PositionChanged); myWatcher.Start(); myLongitudeTextBlock.Text = myLatitudeTextBlock.Text = myPositionTextBlock.Text = ""; } void myWatcher_PositionChanged(object sender, GeoPositionChangedEventArgs<GeoCoordinate> e) { var myPosition = myWatcher.Position; myWatcher.Stop(); double latitude = 0; double longitude = 0; if (!myPosition.Location.IsUnknown) { latitude = myPosition.Location.Latitude; longitude = myPosition.Location.Longitude; } myLatitudeTextBlock.Text = string.Format("Latitude: {0}", latitude); myLongitudeTextBlock.Text = string.Format("Longitude: {0}", longitude); myTerraService.TerraServiceSoapClient client = new myTerraService.TerraServiceSoapClient(); client.ConvertLonLatPtToNearestPlaceCompleted += new EventHandler<myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs>(client_ConvertLonLatPtToNearestPlaceCompleted); client.ConvertLonLatPtToNearestPlaceAsync(new myTerraService.LonLatPt { Lat = latitude, Lon = longitude }); //throw new NotImplementedException(); } void client_ConvertLonLatPtToNearestPlaceCompleted(object sender, myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs e) { myPositionTextBlock.Text = e.Result; //throw new NotImplementedException(); }@Duncanma:
test
test
aaa
Remove this comment
Remove this thread
close