Uses of Class
com.amazonaws.kinesisvideo.producer.MkvTrackInfoType
-
Packages that use MkvTrackInfoType Package Description com.amazonaws.kinesisvideo.producer -
-
Uses of MkvTrackInfoType in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return MkvTrackInfoType Modifier and Type Method Description MkvTrackInfoTypeTrackInfo. getTrackType()static MkvTrackInfoTypeMkvTrackInfoType. valueOf(String name)Returns the enum constant of this type with the specified name.static MkvTrackInfoType[]MkvTrackInfoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.kinesisvideo.producer with parameters of type MkvTrackInfoType Constructor Description TrackInfo(long trackId, String codecId, String trackName, byte[] codecPrivateData, MkvTrackInfoType trackType)
-