MCPcopy Create free account
hub / github.com/antlr/codebuff / createAudioType

Method createAudioType

output/java_guava/1.4.18/MediaType.java:860–862  ·  view source on GitHub ↗

Creates a media type with the "audio" type and the given subtype. @throws IllegalArgumentException if subtype is invalid

(String subtype)

Source from the content-addressed store, hash-verified

858 */
859
860 static MediaType createAudioType(String subtype) {
861 return create(AUDIO_TYPE, subtype);
862 }
863
864 /**
865 * Creates a media type with the "image" type and the given subtype.

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected