XBMC Media Center 8.10 Beta 1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News XBMC Media Center 8.10 Beta 1 (Default branch)
# 1  
Old 09-28-2008
XBMC Media Center 8.10 Beta 1 (Default branch)

Image XBMC Media Center (formerly Xbox Media Center) is a multimedia player/jukebox application for Linux, Mac OS X, Windows, and Xbox. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF directly from a CD or DVD in the Xbox DVD-ROM drive or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. License: GNU General Public License (GPL) Changes:
This version now runs on a variety of platforms. A new skin was added. "XBMC Live" was added, which is a bootable CD that gives users the opportunity to try XBMC on their computer without installing it. XBMC for Mac now has initial support for integrating iTunes and iPhoto media into XBMC. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
stateviews(3U)						    InterViews Reference Manual 					    stateviews(3U)

NAME
BrushVarView, CompNameVarView, FileNameVarView, FontVarView, GravityVarView, MagnifVarView, ModifStatusVarView, NameVarView, PatternVarView - various state variable view subclasses SYNOPSIS
#include <Unidraw/stateviews.h> DESCRIPTION
Unidraw predefines several state variable view subclasses for the the state variable subjects it predefines, as described below. PUBLIC OPERATIONS
BrushVarView(BrushVar*, ColorVar* = nil) FontVarView(FontVar*, Alignment = Center) PatternVarView(PatternVar*, ColorVar* = nil) Views of graphics state state variable subjects. BrushVarView displays a short line drawn in the subject's brush and in a color specified by the given ColorVar (black if no ColorVar is supplied). The BrushVarView displays ``None'' if the BrushVar's brush is invisible. Similarly, PatternVarView displays a filled rectangle drawn in the subject's pattern and in a color specified by the given ColorVar (black if no ColorVar is supplied). The PatternVarView displays ``None'' if the PatternVar's pattern is invisible. FontVarView displays the name of its subject's font, aligned as specified in its canvas. GravityVarView(GravityVar*, Alignment = Center) Displays either ``gravity on'' or a blank, depending on whether the subject indicates that gravity is on or not. MagnifVarView(MagnifVar*, Alignment = Center) Displays ``mag xx'', where x is the current modification factor recorded in the subject. ModifStateVarView(ModifStateVar*, Alignment = Center) Displays either an asterisk or a blank, depending on whether the subject records that its component is modified. NameVarView( NameVar*, Alignment = Center, const char* sample = nil ) FileNameVarView( NameVar*, Alignment = Center, boolean relative = true, const char* sample = nil ) CompNameVarView( CompNameVarView*, Alignment = Center, boolean relative = true, const char* sample = nil ) Display the subject's string aligned as specified with respect to the canvas. Each constructor takes an optional sample string that defines the view's natural size. FileNameVarView provides a specialized view of a NameVar for displaying file names. It adds a relative argument for displaying the file name either as a relative or full path. CompNameVarView provides similar functionality for CompNameVar subjects, except it precedes its subject's component's name with ``[part of]'' for components that have a named par- ent but that are not named themselves. SEE ALSO
statevars(3U), StateVarView(3U) Unidraw 6 August 1990 stateviews(3U)