AirPlay Initialization
IntroductionInitialization APIs for AirPlay stack. Functions
AirPlayStartMainKickoff AirPlay OSStatus AirPlayStartMain( void ); Return ValuekNoErr if successful or an error code indicating failure. DiscussionThis function kicksoff AirPlay stack. Platform should call this function from a platform process when AirPlay is to be started. This function will do the necessary AirPlay initialization (including creating threads as needed) and then return from this function. AirPlayStopMainShutdown AirPlay OSStatus AirPlayStopMain( void ); Return ValuekNoErr if successful or an error code indicating failure. DiscussionThis function shuts down AirPlay stack. Platforms should call this function from a platform process when AirPlay is to be shutdown. Note that this should be called only if platform had started AirPlay stack by calling AirPlayStartMain() earlier. |