Help Center›AfxNova
Audio
53 entries across 2 topics.
Topics
All entries
CCDAudio 32
BackwardMoves to the previous track.CloseCloses the device or file and any associated resources. MCI unloads a device when all instances of the device or all files are closed.CloseDoorCloses the CDRom door.ConstructorCreates an instance of the `CCDAudio` class.ForwardMoves to the next track.GetAllTracksLengthReturns the total length in seconds of all the tracks.GetAllTracksLengthStringReturns the total length of all the tracks.GetCurrentPosReturns the current track position in seconds.GetCurrentPosStringReturns the current track position.GetCurrentTrackReturns the current track number.GetErrorStringRetrieves a string that describes the specified MCI error code.GetLastErrorRetrieves a The last MCI error code.GetTrackLengthReturns the length in seconds of the given track.GetTrackLengthStringReturns the length of the given track.GetTracksCountReturns the count of tracks.GetTrackStartTimeReturns the start time of the given track.GetTrackStartTimeStringReturns the start time of the given track.IsMediaInsertedChecks whether CD media is inserted.IsPausedChecks whether is in paused mode.IsPlayingChecks whether is in play mode.IsReadyChecks if the device is ready.IsSeekingChecks whether is in seeking mode.IsStoppedChecks whether is in stopped mode.OpenInitializes the device.OpenDoorOpens the CDRom door.PausePauses playing CD Audio.PlayStarts playing CD Audio.PlayFromStarts playing CD Audio on the given track.PlayFromToStarts playing CD Audio from a given track to a given track.StopStops playing CD Audio.ToEndSets the position to the end of the audio CD.ToStartSets the position to the start of the audio CD.
CDSAudio 17
CleanupConstructorCreates an instance of the **CDSAudio** class and loads the specified audio file.CurrentPositionGets the current position, relative to the total duration of the stream.GetBalanceGets the balance for the audio signal.GetCurrentPositionGetDurationGets the duration of the stream, in 100-nanosecond units.GetEventRetrieves the next event notification from the event queue.GetVolumeGets the volume (amplitude) of the audio signal.LoadBuilds a filter graph that renders the specified file.PausePauses all the filters in the filter graph.RunRuns all the filters in the filter graph.SetBalanceSets the balance for the audio signal.SetNotifyWindowRegisters a window to process event notifications.SetPositionsSets the current position and the stop position.SetVolumeSets the volume (amplitude) of the audio signal.StopStops all the filters in the filter graph.WaitForCompletionWaits for the filter graph to render all available data.