luxlabs header browser preview


@interface _MRAudioStreamPacketDescriptionProtobuf : PBCodable <NSCopying> {
    struct { unsigned char startOffset : 1; unsigned char dataByteSize : 1; unsigned char variableFramesInPacket : 1; } _has;
}

@property (nonatomic) BOOL hasStartOffset;
@property (nonatomic) long long startOffset;
@property (nonatomic) BOOL hasVariableFramesInPacket;
@property (nonatomic) unsigned int variableFramesInPacket;
@property (nonatomic) BOOL hasDataByteSize;
@property (nonatomic) unsigned int dataByteSize;

- (unsigned long long)hash;
- (BOOL)readFrom:(id)a0;
- (void)writeTo:(id)a0;
- (id)description;
- (id)dictionaryRepresentation;
- (void)copyTo:(id)a0;
- (BOOL)isEqual:(id)a0;
- (void)mergeFrom:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end