statusMessage()
Returns the status of an encoding job.
Declaration
func statusMessage() -> String!Return Value
A string indicating the status of an encoding job, or null if there is no update about the encoding process.
Discussion
The following code shows an example of an encoder status message:
message = [video_encoder_extension localizedStringForKey:@"AudioEncodingInProgress"];